#5E881D

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

Shades of Olive Drab #5E881D

Tints of Olive Drab #5E881D

Color information

#5E881D (or 0x5E881D) is unknown color: approx Olive Drab. HEX triplet: 5E, 88 and 1D. RGB value is (94,136,29). Sum of RGB (Red+Green+Blue) = 94+136+29=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #5E881D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E881D is #A177E2. Grayscale: #6F6F6F. Windows color (decimal): -10581987 or 1935454. OLE color: 1935454.

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

Color convert

RGB9413629-
CMYK0.3100.790.47
HSL83.55º64.85%32.35%-
HSV(B)83.55º78.68%53.33%-
XYZ13.6420.084.32-
YUV111.2481.59115.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.29%
GREEN value IS 136 (53.52% from 255) = 52.51%
BLUE value IS 29 (11.72% from 255) = 11.20%
R=36.29%
G=52.51%
B=11.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94136290.3100.790.4783.5564.8532.35
Hex5E881D1F04F2F544120
Octal136210353701175712410140
Binary10111101000100011101111110100111110111110101001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E881D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,136,29); }

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

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

 a { background-color: rgb(94,136,29); }

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

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

 span { border-color: rgb(94,136,29); }

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