Shades of Dark Olive Green #5A6536
Tints of Dark Olive Green #5A6536
RGB
CMYK
RGB Variations
Color information
#5A6536 (or 0x5A6536) is known color: Dark Olive Green. HEX triplet: 5A, 65 and 36. RGB value is (90,101,54). Sum of RGB (Red+Green+Blue) = 90+101+54=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6536 is #A59AC9. Grayscale: #5C5C5C. Windows color (decimal): -10853066 or 3564890. OLE color: 3564890.
HSL color Cylindrical-coordinate representation of color #5A6536: hue angle of 74.04º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A6536 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 54 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.60 |
| HSL | 74.04º | 0.3% | 0.3% | - |
| HSV(B) | 74.04º | 0.47% | 0.4% | - |
| XYZ | 9.54 | 11.75 | 5.25 | - |
| YUV | 92.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 54 | 0.11 | 0 | 0.47 | 0.60 | 74.04 | 0.3 | 0.3 |
| Hex | 5A | 65 | 36 | B | 0 | 2F | 3C | 4A | 1E | 1E |
| Octal | 132 | 145 | 66 | 13 | 0 | 57 | 74 | 112 | 36 | 36 |
| Binary | 1011010 | 1100101 | 110110 | 1011 | 0 | 101111 | 111100 | 1001010 | 11110 | 11110 |
Color Harmonies of #5A6536
Complementary color
Monochromatic Colors of #5A6536
Black with #5A6536
Text Example
Text Example
White with #5A6536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6536; }
p { color: rgb(90,101,54); }
H1.HeaderClassName
{
color: #5A6536;
}
.AnyTagClassName
{
color: #5A6536;
}
</style>
background-color css
<style>
a { background-color: #5A6536; }
a { background-color: rgb(90,101,54); }
div.DivClassName
{
background-color: #5A6536;
}
.BgClassName
{
background-color: #5A6536;
}
</style>
border-color css
<style>
span { border-color: #5A6536; }
span { border-color: rgb(90,101,54); }
td.TdClassName
{
border-color: #5A6536;
}
.TagClassName
{
border-color: #5A6536;
}
</style>