#5E8024

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

Shades of Olive Drab #5E8024

Tints of Olive Drab #5E8024

Color information

#5E8024 (or 0x5E8024) is unknown color: approx Olive Drab. HEX triplet: 5E, 80 and 24. RGB value is (94,128,36). Sum of RGB (Red+Green+Blue) = 94+128+36=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8024 is #A17FDB. Grayscale: #6B6B6B. Windows color (decimal): -10584028 or 2392158. OLE color: 2392158.

HSL color Cylindrical-coordinate representation of color #5E8024: hue angle of 82.17º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E8024 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB9412836-
CMYK0.2700.720.50
HSL82.17º56.1%32.16%-
HSV(B)82.17º71.88%50.2%-
XYZ12.6517.954.47-
YUV107.3587.74118.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.43%
GREEN value IS 128 (50.39% from 255) = 49.61%
BLUE value IS 36 (14.45% from 255) = 13.95%
R=36.43%
G=49.61%
B=13.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94128360.2700.720.5082.1756.132.16
Hex5E80241B04832523820
Octal13620044330110621227040
Binary10111101000000010010011011010010001100101010010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,128,36); }

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

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

 a { background-color: rgb(94,128,36); }

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

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

 span { border-color: rgb(94,128,36); }

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