Color Hex Logo

#49bc35 Color Hex

#49BC35
(73,188,53)
0 Favorites   0 Comments

Color spaces of #49bc35

RGB 7318853
HSL0.310.560.47
HSV111°72°74°
CMYK 0.610.000.72   0.26
XYZ21.373537.63999.5069
Yxy37.63990.31190.5493
Hunter Lab61.3514-45.179333.7585
CIE-Lab67.7544-56.957455.6770

#49bc35 color RGB value is (73,188,53).

#49bc35 hex color red value is 73, green value is 188 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #49bc35 hue: 0.31 , saturation: 0.56 and the lightness value of 49bc35 is 0.47.

The process color (four color CMYK) of #49bc35 color hex is 0.61, 0.00, 0.72, 0.26. Web safe color of #49bc35 is #33cc33. Color #49bc35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111100 00110101
Octal 111 274 65
Decimal 73 188 53
Hex 49 BC 35

RGB Percentages of Color #49bc35

%23.25
%59.87
%16.88

CMYK Percentages of Color #49bc35

%61
%0
%72
%26

Triadic Colors of #49bc35

#49bc35 #3549bc #bc3549

Analogous Colors of #49bc35

#49bc35 #35bc65 #8dbc35

Monochromatic Colors of #49bc35

#49bc35

Complementary Color

#49bc35 #a835bc

#49bc35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bc35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bc35 Color CSS Codes

.mybgcolor {background-color:#49bc35; } 
.myforecolor {color:#49bc35; }
.mybordercolor {border:3px solid #49bc35; }

#49bc35 Text Font Color

<p style="color:#49bc35">Text here</p>

This sample text font color is #49bc35
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#49bc35 Background Color

<div style="background-color:#49bc35">
Div content here</div>

This div background color is #49bc35


#49bc35 Border Color

<div style="border:3px solid #49bc35">
Div here</div>

This div border color is #49bc35


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,188,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49bc35; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49bc35;
  -webkit-box-shadow: 1px 1px 3px 2px #49bc35;
  box-shadow:         1px 1px 3px 2px #49bc35; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,188,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #49bc35">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #49bc35;
  -webkit-box-shadow: 1px 1px 3px 2px #49bc35;
  box-shadow:         1px 1px 3px 2px #49bc35;">
Div content here</div>

This div box has shadow with color #49bc35


Comments

No comments written yet.

Please login to write comment.