Shades of Olive Drab #5A8413
Tints of Olive Drab #5A8413
RGB
CMYK
RGB Variations
Color information
#5A8413 (or 0x5A8413) is known color: Olive Drab. HEX triplet: 5A, 84 and 13. RGB value is (90,132,19). Sum of RGB (Red+Green+Blue) = 90+132+19=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8413 is #A57BEC. Grayscale: #6A6A6A. Windows color (decimal): -10845165 or 1279066. OLE color: 1279066.
HSL color Cylindrical-coordinate representation of color #5A8413: hue angle of 82.3º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A8413 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 19 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.48 |
| HSL | 82.3º | 0.75% | 0.3% | - |
| HSV(B) | 82.3º | 0.86% | 0.52% | - |
| XYZ | 12.59 | 18.72 | 3.57 | - |
| YUV | 106.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 19 | 0.32 | 0 | 0.86 | 0.48 | 82.3 | 0.75 | 0.3 |
| Hex | 5A | 84 | 13 | 20 | 0 | 56 | 30 | 52 | 4B | 1E |
| Octal | 132 | 204 | 23 | 40 | 0 | 126 | 60 | 122 | 113 | 36 |
| Binary | 1011010 | 10000100 | 10011 | 100000 | 0 | 1010110 | 110000 | 1010010 | 1001011 | 11110 |
Color Harmonies of #5A8413
Complementary color
Monochromatic Colors of #5A8413
Black with #5A8413
Text Example
Text Example
White with #5A8413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8413; }
p { color: rgb(90,132,19); }
H1.HeaderClassName
{
color: #5A8413;
}
.AnyTagClassName
{
color: #5A8413;
}
</style>
background-color css
<style>
a { background-color: #5A8413; }
a { background-color: rgb(90,132,19); }
div.DivClassName
{
background-color: #5A8413;
}
.BgClassName
{
background-color: #5A8413;
}
</style>
border-color css
<style>
span { border-color: #5A8413; }
span { border-color: rgb(90,132,19); }
td.TdClassName
{
border-color: #5A8413;
}
.TagClassName
{
border-color: #5A8413;
}
</style>