#5E7828

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

Shades of Dark Olive Green #5E7828

Tints of Dark Olive Green #5E7828

Color information

#5E7828 (or 0x5E7828) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 78 and 28. RGB value is (94,120,40). Sum of RGB (Red+Green+Blue) = 94+120+40=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7828 is #A187D7. Grayscale: #676767. Windows color (decimal): -10586072 or 2652254. OLE color: 2652254.

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

Color convert

RGB9412040-
CMYK0.2200.670.53
HSL79.5º50%31.37%-
HSV(B)79.5º66.67%47.06%-
XYZ11.7215.974.47-
YUV103.1192.39121.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.01%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 40 (16.02% from 255) = 15.75%
R=37.01%
G=47.24%
B=15.75%

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
Decimal94120400.2200.670.5379.55031.37
Hex5E7828160433550321f
Octal13617050260103651206237
Binary101111011110001010001011001000011110101101000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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