#5E7928

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

Shades of Dark Olive Green #5E7928

Tints of Dark Olive Green #5E7928

Color information

#5E7928 (or 0x5E7928) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 79 and 28. RGB value is (94,121,40). Sum of RGB (Red+Green+Blue) = 94+121+40=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7928 is #A186D7. Grayscale: #676767. Windows color (decimal): -10585816 or 2652510. OLE color: 2652510.

HSL color Cylindrical-coordinate representation of color #5E7928: hue angle of 80º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E7928 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB9412140-
CMYK0.2200.670.53
HSL80º50.31%31.57%-
HSV(B)80º66.94%47.45%-
XYZ11.8416.214.51-
YUV103.6992.05121.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.86%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=36.86%
G=47.45%
B=15.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94121400.2200.670.538050.3131.57
Hex5E79281604335503220
Octal13617150260103651206240
Binary1011110111100110100010110010000111101011010000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,121,40); }

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

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

 a { background-color: rgb(94,121,40); }

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

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

 span { border-color: rgb(94,121,40); }

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