#5E7131

Color #5E7131 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5E7131

Tints of Dark Olive Green #5E7131

Color information

#5E7131 (or 0x5E7131) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 71 and 31. RGB value is (94,113,49). Sum of RGB (Red+Green+Blue) = 94+113+49=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7131 is #A18ECE. Grayscale: #646464. Windows color (decimal): -10587855 or 3240286. OLE color: 3240286.

HSL color Cylindrical-coordinate representation of color #5E7131: hue angle of 77.81º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E7131 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB9411349-
CMYK0.1700.570.56
HSL77.81º39.51%31.76%-
HSV(B)77.81º56.64%44.31%-
XYZ11.0814.415.1-
YUV100.0299.21123.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 36.72%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=36.72%
G=44.14%
B=19.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94113490.1700.570.5677.8139.5131.76
Hex5E713111039384e2820
Octal1361616121071701165040
Binary101111011100011100011000101110011110001001110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E7131; }

 p { color: rgb(94,113,49); }

 H1.HeaderClassName
 {
   color: #5E7131;
 }
 .AnyTagClassName
 {
   color: #5E7131;
 }
</style>
background-color css

<style>
 a { background-color: #5E7131; }

 a { background-color: rgb(94,113,49); }

 div.DivClassName
 {
   background-color: #5E7131;
 }
 .BgClassName
 {
   background-color: #5E7131;
 }
</style>
border-color css

<style>
 span { border-color: #5E7131; }

 span { border-color: rgb(94,113,49); }

 td.TdClassName
 {
   border-color: #5E7131;
 }
 .TagClassName
 {
   border-color: #5E7131;
 }
</style>