#5C8509

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

Shades of Olive Drab #5C8509

Tints of Olive Drab #5C8509

Color information

#5C8509 (or 0x5C8509) is unknown color: approx Olive Drab. HEX triplet: 5C, 85 and 09. RGB value is (92,133,9). Sum of RGB (Red+Green+Blue) = 92+133+9=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8509 is #A37AF6. Grayscale: #6B6B6B. Windows color (decimal): -10713847 or 623964. OLE color: 623964.

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

Color convert

RGB921339-
CMYK0.3100.930.48
HSL79.84º87.32%27.84%-
HSV(B)79.84º93.23%52.16%-
XYZ12.8519.073.26-
YUV106.672.92117.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.32%
GREEN value IS 133 (52.34% from 255) = 56.84%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=39.32%
G=56.84%
B=3.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9213390.3100.930.4879.8487.3227.84
Hex5C8591F05D3050571c
Octal134205113701356012012734
Binary101110010000101100111111010111011100001010000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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