#5E841A

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

Shades of Olive Drab #5E841A

Tints of Olive Drab #5E841A

Color information

#5E841A (or 0x5E841A) is unknown color: approx Olive Drab. HEX triplet: 5E, 84 and 1A. RGB value is (94,132,26). Sum of RGB (Red+Green+Blue) = 94+132+26=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #5E841A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E841A is #A17BE5. Grayscale: #6C6C6C. Windows color (decimal): -10583014 or 1737822. OLE color: 1737822.

HSL color Cylindrical-coordinate representation of color #5E841A: hue angle of 81.51º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E841A is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB9413226-
CMYK0.2900.800.48
HSL81.51º67.09%30.98%-
HSV(B)81.51º80.3%51.76%-
XYZ13.0518.963.95-
YUV108.5581.41117.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.30%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=37.30%
G=52.38%
B=10.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94132260.2900.800.4881.5167.0930.98
Hex5E841A1D0503052431f
Octal136204323501206012210337
Binary1011110100001001101011101010100001100001010010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,132,26); }

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

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

 a { background-color: rgb(94,132,26); }

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

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

 span { border-color: rgb(94,132,26); }

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