Shades of Dark Olive Green #536536
Tints of Dark Olive Green #536536
RGB
CMYK
RGB Variations
Color information
#536536 (or 0x536536) is known color: Dark Olive Green. HEX triplet: 53, 65 and 36. RGB value is (83,101,54). Sum of RGB (Red+Green+Blue) = 83+101+54=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #536536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536536 is #AC9AC9. Grayscale: #5A5A5A. Windows color (decimal): -11311818 or 3564883. OLE color: 3564883.
HSL color Cylindrical-coordinate representation of color #536536: hue angle of 82.98º 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 #536536 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 54 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.60 |
| HSL | 82.98º | 0.3% | 0.3% | - |
| HSV(B) | 82.98º | 0.47% | 0.4% | - |
| XYZ | 8.89 | 11.41 | 5.22 | - |
| YUV | 90.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 54 | 0.18 | 0 | 0.47 | 0.60 | 82.98 | 0.3 | 0.3 |
| Hex | 53 | 65 | 36 | 12 | 0 | 2F | 3C | 53 | 1E | 1E |
| Octal | 123 | 145 | 66 | 22 | 0 | 57 | 74 | 123 | 36 | 36 |
| Binary | 1010011 | 1100101 | 110110 | 10010 | 0 | 101111 | 111100 | 1010011 | 11110 | 11110 |
Color Harmonies of #536536
Complementary color
Monochromatic Colors of #536536
Black with #536536
Text Example
Text Example
White with #536536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536536; }
p { color: rgb(83,101,54); }
H1.HeaderClassName
{
color: #536536;
}
.AnyTagClassName
{
color: #536536;
}
</style>
background-color css
<style>
a { background-color: #536536; }
a { background-color: rgb(83,101,54); }
div.DivClassName
{
background-color: #536536;
}
.BgClassName
{
background-color: #536536;
}
</style>
border-color css
<style>
span { border-color: #536536; }
span { border-color: rgb(83,101,54); }
td.TdClassName
{
border-color: #536536;
}
.TagClassName
{
border-color: #536536;
}
</style>