Shades of Dark Olive Green #5A7334
Tints of Dark Olive Green #5A7334
RGB
CMYK
RGB Variations
Color information
#5A7334 (or 0x5A7334) is known color: Dark Olive Green. HEX triplet: 5A, 73 and 34. RGB value is (90,115,52). Sum of RGB (Red+Green+Blue) = 90+115+52=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7334 is #A58CCB. Grayscale: #646464. Windows color (decimal): -10849484 or 3437402. OLE color: 3437402.
HSL color Cylindrical-coordinate representation of color #5A7334: hue angle of 83.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A7334 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 52 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.55 |
| HSL | 83.81º | 0.38% | 0.33% | - |
| HSV(B) | 83.81º | 0.55% | 0.45% | - |
| XYZ | 10.97 | 14.68 | 5.5 | - |
| YUV | 100.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 52 | 0.22 | 0 | 0.55 | 0.55 | 83.81 | 0.38 | 0.33 |
| Hex | 5A | 73 | 34 | 16 | 0 | 37 | 37 | 54 | 26 | 21 |
| Octal | 132 | 163 | 64 | 26 | 0 | 67 | 67 | 124 | 46 | 41 |
| Binary | 1011010 | 1110011 | 110100 | 10110 | 0 | 110111 | 110111 | 1010100 | 100110 | 100001 |
Color Harmonies of #5A7334
Complementary color
Monochromatic Colors of #5A7334
Black with #5A7334
Text Example
Text Example
White with #5A7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7334; }
p { color: rgb(90,115,52); }
H1.HeaderClassName
{
color: #5A7334;
}
.AnyTagClassName
{
color: #5A7334;
}
</style>
background-color css
<style>
a { background-color: #5A7334; }
a { background-color: rgb(90,115,52); }
div.DivClassName
{
background-color: #5A7334;
}
.BgClassName
{
background-color: #5A7334;
}
</style>
border-color css
<style>
span { border-color: #5A7334; }
span { border-color: rgb(90,115,52); }
td.TdClassName
{
border-color: #5A7334;
}
.TagClassName
{
border-color: #5A7334;
}
</style>