Shades of Dark Olive Green #536837
Tints of Dark Olive Green #536837
RGB
CMYK
RGB Variations
Color information
#536837 (or 0x536837) is known color: Dark Olive Green. HEX triplet: 53, 68 and 37. RGB value is (83,104,55). Sum of RGB (Red+Green+Blue) = 83+104+55=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #536837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536837 is #AC97C8. Grayscale: #5C5C5C. Windows color (decimal): -11311049 or 3631187. OLE color: 3631187.
HSL color Cylindrical-coordinate representation of color #536837: hue angle of 85.71º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #536837 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 55 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.59 |
| HSL | 85.71º | 0.31% | 0.31% | - |
| HSV(B) | 85.71º | 0.47% | 0.41% | - |
| XYZ | 9.21 | 12.02 | 5.45 | - |
| YUV | 92.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 55 | 0.20 | 0 | 0.47 | 0.59 | 85.71 | 0.31 | 0.31 |
| Hex | 53 | 68 | 37 | 14 | 0 | 2F | 3B | 56 | 1F | 1F |
| Octal | 123 | 150 | 67 | 24 | 0 | 57 | 73 | 126 | 37 | 37 |
| Binary | 1010011 | 1101000 | 110111 | 10100 | 0 | 101111 | 111011 | 1010110 | 11111 | 11111 |
Color Harmonies of #536837
Complementary color
Monochromatic Colors of #536837
Black with #536837
Text Example
Text Example
White with #536837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536837; }
p { color: rgb(83,104,55); }
H1.HeaderClassName
{
color: #536837;
}
.AnyTagClassName
{
color: #536837;
}
</style>
background-color css
<style>
a { background-color: #536837; }
a { background-color: rgb(83,104,55); }
div.DivClassName
{
background-color: #536837;
}
.BgClassName
{
background-color: #536837;
}
</style>
border-color css
<style>
span { border-color: #536837; }
span { border-color: rgb(83,104,55); }
td.TdClassName
{
border-color: #536837;
}
.TagClassName
{
border-color: #536837;
}
</style>