Shades of Dark Olive Green #536632
Tints of Dark Olive Green #536632
RGB
CMYK
RGB Variations
Color information
#536632 (or 0x536632) is known color: Dark Olive Green. HEX triplet: 53, 66 and 32. RGB value is (83,102,50). Sum of RGB (Red+Green+Blue) = 83+102+50=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #536632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536632 is #AC99CD. Grayscale: #5A5A5A. Windows color (decimal): -11311566 or 3302995. OLE color: 3302995.
HSL color Cylindrical-coordinate representation of color #536632: hue angle of 81.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #536632 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 50 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.6 |
| HSL | 81.92º | 0.34% | 0.3% | - |
| HSV(B) | 81.92º | 0.51% | 0.4% | - |
| XYZ | 8.89 | 11.57 | 4.78 | - |
| YUV | 90.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 50 | 0.19 | 0 | 0.51 | 0.6 | 81.92 | 0.34 | 0.3 |
| Hex | 53 | 66 | 32 | 13 | 0 | 33 | 3C | 52 | 22 | 1E |
| Octal | 123 | 146 | 62 | 23 | 0 | 63 | 74 | 122 | 42 | 36 |
| Binary | 1010011 | 1100110 | 110010 | 10011 | 0 | 110011 | 111100 | 1010010 | 100010 | 11110 |
Color Harmonies of #536632
Complementary color
Monochromatic Colors of #536632
Black with #536632
Text Example
Text Example
White with #536632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536632; }
p { color: rgb(83,102,50); }
H1.HeaderClassName
{
color: #536632;
}
.AnyTagClassName
{
color: #536632;
}
</style>
background-color css
<style>
a { background-color: #536632; }
a { background-color: rgb(83,102,50); }
div.DivClassName
{
background-color: #536632;
}
.BgClassName
{
background-color: #536632;
}
</style>
border-color css
<style>
span { border-color: #536632; }
span { border-color: rgb(83,102,50); }
td.TdClassName
{
border-color: #536632;
}
.TagClassName
{
border-color: #536632;
}
</style>