Shades of Dark Olive Green #5A7332
Tints of Dark Olive Green #5A7332
RGB
CMYK
RGB Variations
Color information
#5A7332 (or 0x5A7332) is known color: Dark Olive Green. HEX triplet: 5A, 73 and 32. RGB value is (90,115,50). Sum of RGB (Red+Green+Blue) = 90+115+50=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7332 is #A58CCD. Grayscale: #646464. Windows color (decimal): -10849486 or 3306330. OLE color: 3306330.
HSL color Cylindrical-coordinate representation of color #5A7332: hue angle of 83.08º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A7332 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 50 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.55 |
| HSL | 83.08º | 0.39% | 0.32% | - |
| HSV(B) | 83.08º | 0.57% | 0.45% | - |
| XYZ | 10.92 | 14.67 | 5.27 | - |
| YUV | 100.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 50 | 0.22 | 0 | 0.57 | 0.55 | 83.08 | 0.39 | 0.32 |
| Hex | 5A | 73 | 32 | 16 | 0 | 39 | 37 | 53 | 27 | 20 |
| Octal | 132 | 163 | 62 | 26 | 0 | 71 | 67 | 123 | 47 | 40 |
| Binary | 1011010 | 1110011 | 110010 | 10110 | 0 | 111001 | 110111 | 1010011 | 100111 | 100000 |
Color Harmonies of #5A7332
Complementary color
Monochromatic Colors of #5A7332
Black with #5A7332
Text Example
Text Example
White with #5A7332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7332; }
p { color: rgb(90,115,50); }
H1.HeaderClassName
{
color: #5A7332;
}
.AnyTagClassName
{
color: #5A7332;
}
</style>
background-color css
<style>
a { background-color: #5A7332; }
a { background-color: rgb(90,115,50); }
div.DivClassName
{
background-color: #5A7332;
}
.BgClassName
{
background-color: #5A7332;
}
</style>
border-color css
<style>
span { border-color: #5A7332; }
span { border-color: rgb(90,115,50); }
td.TdClassName
{
border-color: #5A7332;
}
.TagClassName
{
border-color: #5A7332;
}
</style>