#5e8221

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

Shades of Olive Drab #5E8221

Tints of Olive Drab #5E8221

Color information

#5E8221 (or 0x5E8221) is unknown color: approx Olive Drab. HEX triplet: 5E, 82 and 21. RGB value is (94,130,33). Sum of RGB (Red+Green+Blue) = 94+130+33=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8221 is #A17DDE. Grayscale: #6C6C6C. Windows color (decimal): -10583519 or 2196062. OLE color: 2196062.

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

Color convert

RGB9413033-
CMYK0.2800.750.49
HSL82.27º59.51%31.96%-
HSV(B)82.27º74.62%50.98%-
XYZ12.8718.454.32-
YUV108.1885.57117.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.58%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 33 (13.28% from 255) = 12.84%
R=36.58%
G=50.58%
B=12.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94130330.2800.750.4982.2759.5131.96
Hex5E82211C04B31523c20
Octal13620241340113611227440
Binary10111101000001010000111100010010111100011010010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e8221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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