Shades of Dark Olive Green #536528
Tints of Dark Olive Green #536528
RGB
CMYK
RGB Variations
Color information
#536528 (or 0x536528) is known color: Dark Olive Green. HEX triplet: 53, 65 and 28. RGB value is (83,101,40). Sum of RGB (Red+Green+Blue) = 83+101+40=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #536528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536528 is #AC9AD7. Grayscale: #585858. Windows color (decimal): -11311832 or 2647379. OLE color: 2647379.
HSL color Cylindrical-coordinate representation of color #536528: hue angle of 77.7º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536528 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 40 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.60 |
| HSL | 77.7º | 0.43% | 0.28% | - |
| HSV(B) | 77.7º | 0.6% | 0.4% | - |
| XYZ | 8.6 | 11.3 | 3.74 | - |
| YUV | 88.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 40 | 0.18 | 0 | 0.60 | 0.60 | 77.7 | 0.43 | 0.28 |
| Hex | 53 | 65 | 28 | 12 | 0 | 3C | 3C | 4E | 2B | 1C |
| Octal | 123 | 145 | 50 | 22 | 0 | 74 | 74 | 116 | 53 | 34 |
| Binary | 1010011 | 1100101 | 101000 | 10010 | 0 | 111100 | 111100 | 1001110 | 101011 | 11100 |
Color Harmonies of #536528
Complementary color
Monochromatic Colors of #536528
Black with #536528
Text Example
Text Example
White with #536528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536528; }
p { color: rgb(83,101,40); }
H1.HeaderClassName
{
color: #536528;
}
.AnyTagClassName
{
color: #536528;
}
</style>
background-color css
<style>
a { background-color: #536528; }
a { background-color: rgb(83,101,40); }
div.DivClassName
{
background-color: #536528;
}
.BgClassName
{
background-color: #536528;
}
</style>
border-color css
<style>
span { border-color: #536528; }
span { border-color: rgb(83,101,40); }
td.TdClassName
{
border-color: #536528;
}
.TagClassName
{
border-color: #536528;
}
</style>