#5E841F

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

Shades of Olive Drab #5E841F

Tints of Olive Drab #5E841F

Color information

#5E841F (or 0x5E841F) is unknown color: approx Olive Drab. HEX triplet: 5E, 84 and 1F. RGB value is (94,132,31). Sum of RGB (Red+Green+Blue) = 94+132+31=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #5E841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E841F is #A17BE0. Grayscale: #6D6D6D. Windows color (decimal): -10583009 or 2065502. OLE color: 2065502.

HSL color Cylindrical-coordinate representation of color #5E841F: hue angle of 82.57º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E841F is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB9413231-
CMYK0.2900.770.48
HSL82.57º61.96%31.96%-
HSV(B)82.57º76.52%51.76%-
XYZ13.1118.984.27-
YUV109.1283.91117.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.58%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=36.58%
G=51.36%
B=12.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94132310.2900.770.4882.5761.9631.96
Hex5E841F1D04D30533e20
Octal13620437350115601237640
Binary1011110100001001111111101010011011100001010011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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