Shades of Dark Olive Green #536732
Tints of Dark Olive Green #536732
RGB
CMYK
RGB Variations
Color information
#536732 (or 0x536732) is known color: Dark Olive Green. HEX triplet: 53, 67 and 32. RGB value is (83,103,50). Sum of RGB (Red+Green+Blue) = 83+103+50=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #536732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536732 is #AC98CD. Grayscale: #5B5B5B. Windows color (decimal): -11311310 or 3303251. OLE color: 3303251.
HSL color Cylindrical-coordinate representation of color #536732: hue angle of 82.64º degrees, saturation: 0.35, 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 #536732 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 103 | 50 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.60 |
| HSL | 82.64º | 0.35% | 0.3% | - |
| HSV(B) | 82.64º | 0.51% | 0.4% | - |
| XYZ | 8.99 | 11.77 | 4.82 | - |
| YUV | 90.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 50 | 0.19 | 0 | 0.51 | 0.60 | 82.64 | 0.35 | 0.3 |
| Hex | 53 | 67 | 32 | 13 | 0 | 33 | 3C | 53 | 23 | 1E |
| Octal | 123 | 147 | 62 | 23 | 0 | 63 | 74 | 123 | 43 | 36 |
| Binary | 1010011 | 1100111 | 110010 | 10011 | 0 | 110011 | 111100 | 1010011 | 100011 | 11110 |
Color Harmonies of #536732
Complementary color
Monochromatic Colors of #536732
Black with #536732
Text Example
Text Example
White with #536732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536732; }
p { color: rgb(83,103,50); }
H1.HeaderClassName
{
color: #536732;
}
.AnyTagClassName
{
color: #536732;
}
</style>
background-color css
<style>
a { background-color: #536732; }
a { background-color: rgb(83,103,50); }
div.DivClassName
{
background-color: #536732;
}
.BgClassName
{
background-color: #536732;
}
</style>
border-color css
<style>
span { border-color: #536732; }
span { border-color: rgb(83,103,50); }
td.TdClassName
{
border-color: #536732;
}
.TagClassName
{
border-color: #536732;
}
</style>