#5e811d

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

Shades of Olive Drab #5E811D

Tints of Olive Drab #5E811D

Color information

#5E811D (or 0x5E811D) is unknown color: approx Olive Drab. HEX triplet: 5E, 81 and 1D. RGB value is (94,129,29). Sum of RGB (Red+Green+Blue) = 94+129+29=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #5E811D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E811D is #A17EE2. Grayscale: #6B6B6B. Windows color (decimal): -10583779 or 1933662. OLE color: 1933662.

HSL color Cylindrical-coordinate representation of color #5E811D: hue angle of 81º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E811D is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB9412929-
CMYK0.2700.780.49
HSL81º63.29%30.98%-
HSV(B)81º77.52%50.59%-
XYZ12.6918.174-
YUV107.1483.9118.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.30%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 29 (11.72% from 255) = 11.51%
R=37.30%
G=51.19%
B=11.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94129290.2700.780.498163.2930.98
Hex5E811D1B04E31513f1f
Octal13620135330116611217737
Binary101111010000001111011101101001110110001101000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e811d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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