#5C8021

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

Shades of Olive Drab #5C8021

Tints of Olive Drab #5C8021

Color information

#5C8021 (or 0x5C8021) is unknown color: approx Olive Drab. HEX triplet: 5C, 80 and 21. RGB value is (92,128,33). Sum of RGB (Red+Green+Blue) = 92+128+33=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #5C8021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8021 is #A37FDE. Grayscale: #6A6A6A. Windows color (decimal): -10715103 or 2195548. OLE color: 2195548.

HSL color Cylindrical-coordinate representation of color #5C8021: hue angle of 82.74º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C8021 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB9212833-
CMYK0.2800.740.50
HSL82.74º59.01%31.57%-
HSV(B)82.74º74.22%50.2%-
XYZ12.4117.824.23-
YUV106.4186.57117.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.36%
GREEN value IS 128 (50.39% from 255) = 50.59%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=36.36%
G=50.59%
B=13.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal92128330.2800.740.5082.7459.0131.57
Hex5C80211C04A32533b20
Octal13420041340112621237340
Binary10111001000000010000111100010010101100101010011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,128,33); }

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

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

 a { background-color: rgb(92,128,33); }

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

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

 span { border-color: rgb(92,128,33); }

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