Shades of Dark Olive Green #5A732E
Tints of Dark Olive Green #5A732E
RGB
CMYK
RGB Variations
Color information
#5A732E (or 0x5A732E) is known color: Dark Olive Green. HEX triplet: 5A, 73 and 2E. RGB value is (90,115,46). Sum of RGB (Red+Green+Blue) = 90+115+46=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #5A732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A732E is #A58CD1. Grayscale: #636363. Windows color (decimal): -10849490 or 3044186. OLE color: 3044186.
HSL color Cylindrical-coordinate representation of color #5A732E: hue angle of 81.74º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A732E is Cyan = 0.22, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 46 | - |
| CMYK | 0.22 | 0 | 0.6 | 0.55 |
| HSL | 81.74º | 0.43% | 0.32% | - |
| HSV(B) | 81.74º | 0.6% | 0.45% | - |
| XYZ | 10.84 | 14.63 | 4.84 | - |
| YUV | 99.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 46 | 0.22 | 0 | 0.6 | 0.55 | 81.74 | 0.43 | 0.32 |
| Hex | 5A | 73 | 2E | 16 | 0 | 3C | 37 | 52 | 2B | 20 |
| Octal | 132 | 163 | 56 | 26 | 0 | 74 | 67 | 122 | 53 | 40 |
| Binary | 1011010 | 1110011 | 101110 | 10110 | 0 | 111100 | 110111 | 1010010 | 101011 | 100000 |
Color Harmonies of #5A732E
Complementary color
Monochromatic Colors of #5A732E
Black with #5A732E
Text Example
Text Example
White with #5A732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A732E; }
p { color: rgb(90,115,46); }
H1.HeaderClassName
{
color: #5A732E;
}
.AnyTagClassName
{
color: #5A732E;
}
</style>
background-color css
<style>
a { background-color: #5A732E; }
a { background-color: rgb(90,115,46); }
div.DivClassName
{
background-color: #5A732E;
}
.BgClassName
{
background-color: #5A732E;
}
</style>
border-color css
<style>
span { border-color: #5A732E; }
span { border-color: rgb(90,115,46); }
td.TdClassName
{
border-color: #5A732E;
}
.TagClassName
{
border-color: #5A732E;
}
</style>