Shades of Dark Olive Green #5A6D31
Tints of Dark Olive Green #5A6D31
RGB
CMYK
RGB Variations
Color information
#5A6D31 (or 0x5A6D31) is known color: Dark Olive Green. HEX triplet: 5A, 6D and 31. RGB value is (90,109,49). Sum of RGB (Red+Green+Blue) = 90+109+49=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6D31 is #A592CE. Grayscale: #606060. Windows color (decimal): -10851023 or 3239258. OLE color: 3239258.
HSL color Cylindrical-coordinate representation of color #5A6D31: hue angle of 79º 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 #5A6D31 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 109 | 49 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.57 |
| HSL | 79º | 0.38% | 0.31% | - |
| HSV(B) | 79º | 0.55% | 0.43% | - |
| XYZ | 10.24 | 13.33 | 4.94 | - |
| YUV | 96.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 49 | 0.17 | 0 | 0.55 | 0.57 | 79 | 0.38 | 0.31 |
| Hex | 5A | 6D | 31 | 11 | 0 | 37 | 39 | 4F | 26 | 1F |
| Octal | 132 | 155 | 61 | 21 | 0 | 67 | 71 | 117 | 46 | 37 |
| Binary | 1011010 | 1101101 | 110001 | 10001 | 0 | 110111 | 111001 | 1001111 | 100110 | 11111 |
Color Harmonies of #5A6D31
Complementary color
Monochromatic Colors of #5A6D31
Black with #5A6D31
Text Example
Text Example
White with #5A6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6D31; }
p { color: rgb(90,109,49); }
H1.HeaderClassName
{
color: #5A6D31;
}
.AnyTagClassName
{
color: #5A6D31;
}
</style>
background-color css
<style>
a { background-color: #5A6D31; }
a { background-color: rgb(90,109,49); }
div.DivClassName
{
background-color: #5A6D31;
}
.BgClassName
{
background-color: #5A6D31;
}
</style>
border-color css
<style>
span { border-color: #5A6D31; }
span { border-color: rgb(90,109,49); }
td.TdClassName
{
border-color: #5A6D31;
}
.TagClassName
{
border-color: #5A6D31;
}
</style>