#5E732F

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

Shades of Dark Olive Green #5E732F

Tints of Dark Olive Green #5E732F

Color information

#5E732F (or 0x5E732F) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 73 and 2F. RGB value is (94,115,47). Sum of RGB (Red+Green+Blue) = 94+115+47=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #5E732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E732F is #A18CD0. Grayscale: #656565. Windows color (decimal): -10587345 or 3109726. OLE color: 3109726.

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

Color convert

RGB9411547-
CMYK0.1800.590.55
HSL78.53º41.98%31.76%-
HSV(B)78.53º59.13%45.1%-
XYZ11.2614.854.96-
YUV100.9797.54123.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.72%
GREEN value IS 115 (45.31% from 255) = 44.92%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=36.72%
G=44.92%
B=18.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94115470.1800.590.5578.5341.9831.76
Hex5E732F1203B374f2a20
Octal1361635722073671175240
Binary101111011100111011111001001110111101111001111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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