#5E821F

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

Shades of Olive Drab #5E821F

Tints of Olive Drab #5E821F

Color information

#5E821F (or 0x5E821F) is unknown color: approx Olive Drab. HEX triplet: 5E, 82 and 1F. RGB value is (94,130,31). Sum of RGB (Red+Green+Blue) = 94+130+31=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #5E821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E821F is #A17DE0. Grayscale: #6C6C6C. Windows color (decimal): -10583521 or 2064990. OLE color: 2064990.

HSL color Cylindrical-coordinate representation of color #5E821F: hue angle of 81.82º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E821F is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB9413031-
CMYK0.2800.760.49
HSL81.82º61.49%31.57%-
HSV(B)81.82º76.15%50.98%-
XYZ12.8518.444.18-
YUV107.9584.57118.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.86%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 31 (12.5% from 255) = 12.16%
R=36.86%
G=50.98%
B=12.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94130310.2800.760.4981.8261.4931.57
Hex5E821F1C04C31523d20
Octal13620237340114611227540
Binary1011110100000101111111100010011001100011010010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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