Shades of Dark Olive Green #5A6535
Tints of Dark Olive Green #5A6535
RGB
CMYK
RGB Variations
Color information
#5A6535 (or 0x5A6535) is known color: Dark Olive Green. HEX triplet: 5A, 65 and 35. RGB value is (90,101,53). Sum of RGB (Red+Green+Blue) = 90+101+53=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6535 is #A59ACA. Grayscale: #5C5C5C. Windows color (decimal): -10853067 or 3499354. OLE color: 3499354.
HSL color Cylindrical-coordinate representation of color #5A6535: hue angle of 73.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A6535 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 53 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.60 |
| HSL | 73.75º | 0.31% | 0.3% | - |
| HSV(B) | 73.75º | 0.48% | 0.4% | - |
| XYZ | 9.51 | 11.74 | 5.13 | - |
| YUV | 92.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 53 | 0.11 | 0 | 0.48 | 0.60 | 73.75 | 0.31 | 0.3 |
| Hex | 5A | 65 | 35 | B | 0 | 30 | 3C | 4A | 1F | 1E |
| Octal | 132 | 145 | 65 | 13 | 0 | 60 | 74 | 112 | 37 | 36 |
| Binary | 1011010 | 1100101 | 110101 | 1011 | 0 | 110000 | 111100 | 1001010 | 11111 | 11110 |
Color Harmonies of #5A6535
Complementary color
Monochromatic Colors of #5A6535
Black with #5A6535
Text Example
Text Example
White with #5A6535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6535; }
p { color: rgb(90,101,53); }
H1.HeaderClassName
{
color: #5A6535;
}
.AnyTagClassName
{
color: #5A6535;
}
</style>
background-color css
<style>
a { background-color: #5A6535; }
a { background-color: rgb(90,101,53); }
div.DivClassName
{
background-color: #5A6535;
}
.BgClassName
{
background-color: #5A6535;
}
</style>
border-color css
<style>
span { border-color: #5A6535; }
span { border-color: rgb(90,101,53); }
td.TdClassName
{
border-color: #5A6535;
}
.TagClassName
{
border-color: #5A6535;
}
</style>