#5C9308

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

Shades of Olive Drab #5C9308

Tints of Olive Drab #5C9308

Color information

#5C9308 (or 0x5C9308) is unknown color: approx Olive Drab. HEX triplet: 5C, 93 and 08. RGB value is (92,147,8). Sum of RGB (Red+Green+Blue) = 92+147+8=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #5C9308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9308 is #A36CF7. Grayscale: #737373. Windows color (decimal): -10710264 or 562012. OLE color: 562012.

HSL color Cylindrical-coordinate representation of color #5C9308: hue angle of 83.74º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C9308 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB921478-
CMYK0.3700.950.42
HSL83.74º89.68%30.39%-
HSV(B)83.74º94.56%57.65%-
XYZ14.8923.163.92-
YUV114.7167.78111.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.25%
GREEN value IS 147 (57.81% from 255) = 59.51%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=37.25%
G=59.51%
B=3.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9214780.3700.950.4283.7489.6830.39
Hex5C9382505F2A545a1e
Octal134223104501375212413236
Binary1011100100100111000100101010111111010101010100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,147,8); }

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

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

 a { background-color: rgb(92,147,8); }

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

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

 span { border-color: rgb(92,147,8); }

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