Color Hex Logo

#499f38 Color Hex

#499F38
(73,159,56)
0 Favorites   0 Comments

Color spaces of #499f38

RGB 7315956
HSL0.310.480.42
HSV110°65°62°
CMYK 0.540.000.65   0.38
XYZ15.859626.49838.0202
Yxy26.49830.31480.5260
Hunter Lab51.4765-35.089126.7960
CIE-Lab58.5070-45.883844.6229

#499f38 color RGB value is (73,159,56).

#499f38 hex color red value is 73, green value is 159 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #499f38 hue: 0.31 , saturation: 0.48 and the lightness value of 499f38 is 0.42.

The process color (four color CMYK) of #499f38 color hex is 0.54, 0.00, 0.65, 0.38. Web safe color of #499f38 is #339933. Color #499f38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011111 00111000
Octal 111 237 70
Decimal 73 159 56
Hex 49 9F 38

RGB Percentages of Color #499f38

%25.35
%55.21
%19.44

CMYK Percentages of Color #499f38

%54
%0
%65
%38

Triadic Colors of #499f38

#499f38 #38499f #9f3849

Analogous Colors of #499f38

#499f38 #389f5b #7d9f38

Monochromatic Colors of #499f38

#499f38

Complementary Color

#499f38 #8e389f

#499f38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499f38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499f38 Color CSS Codes

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

#499f38 Text Font Color

<p style="color:#499f38">Text here</p>

This sample text font color is #499f38
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.


#499f38 Background Color

<div style="background-color:#499f38">
Div content here</div>

This div background color is #499f38


#499f38 Border Color

<div style="border:3px solid #499f38">
Div here</div>

This div border color is #499f38


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,159,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #499f38; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #499f38;
  -webkit-box-shadow: 1px 1px 3px 2px #499f38;
  box-shadow:         1px 1px 3px 2px #499f38; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499f38


Comments

No comments written yet.

Please login to write comment.