#5E7533

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

Shades of Dark Olive Green #5E7533

Tints of Dark Olive Green #5E7533

Color information

#5E7533 (or 0x5E7533) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 75 and 33. RGB value is (94,117,51). Sum of RGB (Red+Green+Blue) = 94+117+51=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7533 is #A18ACC. Grayscale: #666666. Windows color (decimal): -10586829 or 3372382. OLE color: 3372382.

HSL color Cylindrical-coordinate representation of color #5E7533: hue angle of 80.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E7533 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB9411751-
CMYK0.2000.560.54
HSL80.91º39.29%32.94%-
HSV(B)80.91º56.41%45.88%-
XYZ11.5715.345.48-
YUV102.698.88121.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.88%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=35.88%
G=44.66%
B=19.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94117510.2000.560.5480.9139.2932.94
Hex5E75331403836512721
Octal1361656324070661214741
Binary101111011101011100111010001110001101101010001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,117,51); }

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

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

 a { background-color: rgb(94,117,51); }

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

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

 span { border-color: rgb(94,117,51); }

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