Shades of Dark Olive Green #5A7231
Tints of Dark Olive Green #5A7231
RGB
CMYK
RGB Variations
Color information
#5A7231 (or 0x5A7231) is known color: Dark Olive Green. HEX triplet: 5A, 72 and 31. RGB value is (90,114,49). Sum of RGB (Red+Green+Blue) = 90+114+49=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7231 is #A58DCE. Grayscale: #636363. Windows color (decimal): -10849743 or 3240538. OLE color: 3240538.
HSL color Cylindrical-coordinate representation of color #5A7231: hue angle of 82.15º degrees, saturation: 0.4, 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 #5A7231 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 49 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.55 |
| HSL | 82.15º | 0.4% | 0.32% | - |
| HSV(B) | 82.15º | 0.57% | 0.45% | - |
| XYZ | 10.79 | 14.43 | 5.12 | - |
| YUV | 99.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 49 | 0.21 | 0 | 0.57 | 0.55 | 82.15 | 0.4 | 0.32 |
| Hex | 5A | 72 | 31 | 15 | 0 | 39 | 37 | 52 | 28 | 20 |
| Octal | 132 | 162 | 61 | 25 | 0 | 71 | 67 | 122 | 50 | 40 |
| Binary | 1011010 | 1110010 | 110001 | 10101 | 0 | 111001 | 110111 | 1010010 | 101000 | 100000 |
Color Harmonies of #5A7231
Complementary color
Monochromatic Colors of #5A7231
Black with #5A7231
Text Example
Text Example
White with #5A7231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7231; }
p { color: rgb(90,114,49); }
H1.HeaderClassName
{
color: #5A7231;
}
.AnyTagClassName
{
color: #5A7231;
}
</style>
background-color css
<style>
a { background-color: #5A7231; }
a { background-color: rgb(90,114,49); }
div.DivClassName
{
background-color: #5A7231;
}
.BgClassName
{
background-color: #5A7231;
}
</style>
border-color css
<style>
span { border-color: #5A7231; }
span { border-color: rgb(90,114,49); }
td.TdClassName
{
border-color: #5A7231;
}
.TagClassName
{
border-color: #5A7231;
}
</style>