#5D8305

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

Shades of Olive Drab #5D8305

Tints of Olive Drab #5D8305

Color information

#5D8305 (or 0x5D8305) is unknown color: approx Olive Drab. HEX triplet: 5D, 83 and 05. RGB value is (93,131,5). Sum of RGB (Red+Green+Blue) = 93+131+5=229 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.61% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #5D8305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8305 is #A27CFA. Grayscale: #696969. Windows color (decimal): -10648827 or 361309. OLE color: 361309.

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

Color convert

RGB931315-
CMYK0.2900.960.49
HSL78.1º92.65%26.67%-
HSV(B)78.1º96.18%51.37%-
XYZ12.6618.573.06-
YUV105.2771.41119.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.61%
GREEN value IS 131 (51.56% from 255) = 57.21%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=40.61%
G=57.21%
B=2.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9313150.2900.960.4978.192.6526.67
Hex5D8351D060314e5d1b
Octal13520353501406111613533
Binary10111011000001110111101011000001100011001110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,131,5); }

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

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

 a { background-color: rgb(93,131,5); }

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

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

 span { border-color: rgb(93,131,5); }

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