#5E8B19

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

Shades of Olive Drab #5E8B19

Tints of Olive Drab #5E8B19

Color information

#5E8B19 (or 0x5E8B19) is unknown color: approx Olive Drab. HEX triplet: 5E, 8B and 19. RGB value is (94,139,25). Sum of RGB (Red+Green+Blue) = 94+139+25=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8B19 is #A174E6. Grayscale: #707070. Windows color (decimal): -10581223 or 1674078. OLE color: 1674078.

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

Color convert

RGB9413925-
CMYK0.3200.820.45
HSL83.68º69.51%32.16%-
HSV(B)83.68º82.01%54.51%-
XYZ14.0220.924.22-
YUV112.5578.59114.77-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.43%
GREEN value IS 139 (54.69% from 255) = 53.88%
BLUE value IS 25 (10.16% from 255) = 9.69%
R=36.43%
G=53.88%
B=9.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94139250.3200.820.4583.6869.5132.16
Hex5E8B19200522D544620
Octal136213314001225512410640
Binary101111010001011110011000000101001010110110101001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,139,25); }

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

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

 a { background-color: rgb(94,139,25); }

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

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

 span { border-color: rgb(94,139,25); }

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