#5E732B

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

Shades of Dark Olive Green #5E732B

Tints of Dark Olive Green #5E732B

Color information

#5E732B (or 0x5E732B) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 73 and 2B. RGB value is (94,115,43). Sum of RGB (Red+Green+Blue) = 94+115+43=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #5E732B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E732B is #A18CD4. Grayscale: #646464. Windows color (decimal): -10587349 or 2847582. OLE color: 2847582.

HSL color Cylindrical-coordinate representation of color #5E732B: hue angle of 77.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E732B is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB9411543-
CMYK0.1800.630.55
HSL77.5º45.57%30.98%-
HSV(B)77.5º62.61%45.1%-
XYZ11.1814.824.56-
YUV100.5195.54123.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.30%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=37.30%
G=45.63%
B=17.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94115430.1800.630.5577.545.5730.98
Hex5E732B1203F374e2e1f
Octal1361635322077671165637
Binary10111101110011101011100100111111110111100111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,115,43); }

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

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

 a { background-color: rgb(94,115,43); }

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

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

 span { border-color: rgb(94,115,43); }

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