#5E7833

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

Shades of Dark Olive Green #5E7833

Tints of Dark Olive Green #5E7833

Color information

#5E7833 (or 0x5E7833) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 78 and 33. RGB value is (94,120,51). Sum of RGB (Red+Green+Blue) = 94+120+51=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7833 is #A187CC. Grayscale: #686868. Windows color (decimal): -10586061 or 3373150. OLE color: 3373150.

HSL color Cylindrical-coordinate representation of color #5E7833: hue angle of 82.61º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E7833 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB9412051-
CMYK0.2200.580.53
HSL82.61º40.35%33.53%-
HSV(B)82.61º57.5%47.06%-
XYZ11.9316.055.6-
YUV104.3697.89120.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.47%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=35.47%
G=45.28%
B=19.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94120510.2200.580.5382.6140.3533.53
Hex5E78331603A35532822
Octal1361706326072651235042
Binary101111011110001100111011001110101101011010011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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