Shades of Dark Olive Green #5A6E32
Tints of Dark Olive Green #5A6E32
RGB
CMYK
RGB Variations
Color information
#5A6E32 (or 0x5A6E32) is known color: Dark Olive Green. HEX triplet: 5A, 6E and 32. RGB value is (90,110,50). Sum of RGB (Red+Green+Blue) = 90+110+50=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6E32 is #A591CD. Grayscale: #616161. Windows color (decimal): -10850766 or 3305050. OLE color: 3305050.
HSL color Cylindrical-coordinate representation of color #5A6E32: hue angle of 80º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A6E32 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 110 | 50 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.57 |
| HSL | 80º | 0.38% | 0.31% | - |
| HSV(B) | 80º | 0.55% | 0.43% | - |
| XYZ | 10.37 | 13.56 | 5.09 | - |
| YUV | 97.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 50 | 0.18 | 0 | 0.55 | 0.57 | 80 | 0.38 | 0.31 |
| Hex | 5A | 6E | 32 | 12 | 0 | 37 | 39 | 50 | 26 | 1F |
| Octal | 132 | 156 | 62 | 22 | 0 | 67 | 71 | 120 | 46 | 37 |
| Binary | 1011010 | 1101110 | 110010 | 10010 | 0 | 110111 | 111001 | 1010000 | 100110 | 11111 |
Color Harmonies of #5A6E32
Complementary color
Monochromatic Colors of #5A6E32
Black with #5A6E32
Text Example
Text Example
White with #5A6E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6E32; }
p { color: rgb(90,110,50); }
H1.HeaderClassName
{
color: #5A6E32;
}
.AnyTagClassName
{
color: #5A6E32;
}
</style>
background-color css
<style>
a { background-color: #5A6E32; }
a { background-color: rgb(90,110,50); }
div.DivClassName
{
background-color: #5A6E32;
}
.BgClassName
{
background-color: #5A6E32;
}
</style>
border-color css
<style>
span { border-color: #5A6E32; }
span { border-color: rgb(90,110,50); }
td.TdClassName
{
border-color: #5A6E32;
}
.TagClassName
{
border-color: #5A6E32;
}
</style>