#5C821E

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

Shades of Olive Drab #5C821E

Tints of Olive Drab #5C821E

Color information

#5C821E (or 0x5C821E) is unknown color: approx Olive Drab. HEX triplet: 5C, 82 and 1E. RGB value is (92,130,30). Sum of RGB (Red+Green+Blue) = 92+130+30=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #5C821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C821E is #A37DE1. Grayscale: #6B6B6B. Windows color (decimal): -10714594 or 1999452. OLE color: 1999452.

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

Color convert

RGB9213030-
CMYK0.2900.770.49
HSL82.8º62.5%31.37%-
HSV(B)82.8º76.92%50.98%-
XYZ12.6318.334.1-
YUV107.2484.41117.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.51%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=36.51%
G=51.59%
B=11.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal92130300.2900.770.4982.862.531.37
Hex5C821E1D04D31533e1f
Octal13420236350115611237637
Binary101110010000010111101110101001101110001101001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,130,30); }

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

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

 a { background-color: rgb(92,130,30); }

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

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

 span { border-color: rgb(92,130,30); }

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