Shades of Dark Olive Green #5A7324
Tints of Dark Olive Green #5A7324
RGB
CMYK
RGB Variations
Color information
#5A7324 (or 0x5A7324) is known color: Dark Olive Green. HEX triplet: 5A, 73 and 24. RGB value is (90,115,36). Sum of RGB (Red+Green+Blue) = 90+115+36=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7324 is #A58CDB. Grayscale: #626262. Windows color (decimal): -10849500 or 2388826. OLE color: 2388826.
HSL color Cylindrical-coordinate representation of color #5A7324: hue angle of 78.99º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A7324 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 36 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.55 |
| HSL | 78.99º | 0.52% | 0.3% | - |
| HSV(B) | 78.99º | 0.69% | 0.45% | - |
| XYZ | 10.67 | 14.56 | 3.92 | - |
| YUV | 98.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 36 | 0.22 | 0 | 0.69 | 0.55 | 78.99 | 0.52 | 0.3 |
| Hex | 5A | 73 | 24 | 16 | 0 | 45 | 37 | 4F | 34 | 1E |
| Octal | 132 | 163 | 44 | 26 | 0 | 105 | 67 | 117 | 64 | 36 |
| Binary | 1011010 | 1110011 | 100100 | 10110 | 0 | 1000101 | 110111 | 1001111 | 110100 | 11110 |
Color Harmonies of #5A7324
Complementary color
Monochromatic Colors of #5A7324
Black with #5A7324
Text Example
Text Example
White with #5A7324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7324; }
p { color: rgb(90,115,36); }
H1.HeaderClassName
{
color: #5A7324;
}
.AnyTagClassName
{
color: #5A7324;
}
</style>
background-color css
<style>
a { background-color: #5A7324; }
a { background-color: rgb(90,115,36); }
div.DivClassName
{
background-color: #5A7324;
}
.BgClassName
{
background-color: #5A7324;
}
</style>
border-color css
<style>
span { border-color: #5A7324; }
span { border-color: rgb(90,115,36); }
td.TdClassName
{
border-color: #5A7324;
}
.TagClassName
{
border-color: #5A7324;
}
</style>