#5C8515

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

Shades of Olive Drab #5C8515

Tints of Olive Drab #5C8515

Color information

#5C8515 (or 0x5C8515) is unknown color: approx Olive Drab. HEX triplet: 5C, 85 and 15. RGB value is (92,133,21). Sum of RGB (Red+Green+Blue) = 92+133+21=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8515 is #A37AEA. Grayscale: #6C6C6C. Windows color (decimal): -10713835 or 1410396. OLE color: 1410396.

HSL color Cylindrical-coordinate representation of color #5C8515: hue angle of 81.96º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C8515 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB9213321-
CMYK0.3100.840.48
HSL81.96º72.73%30.2%-
HSV(B)81.96º84.21%52.16%-
XYZ12.9419.13.72-
YUV107.9778.92116.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.40%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=37.40%
G=54.07%
B=8.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92133210.3100.840.4881.9672.7330.2
Hex5C85151F0543052491e
Octal134205253701246012211136
Binary1011100100001011010111111010101001100001010010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,133,21); }

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

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

 a { background-color: rgb(92,133,21); }

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

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

 span { border-color: rgb(92,133,21); }

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