Shades of Dark Olive Green #526732
Tints of Dark Olive Green #526732
RGB
CMYK
RGB Variations
Color information
#526732 (or 0x526732) is known color: Dark Olive Green. HEX triplet: 52, 67 and 32. RGB value is (82,103,50). Sum of RGB (Red+Green+Blue) = 82+103+50=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #526732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526732 is #AD98CD. Grayscale: #5A5A5A. Windows color (decimal): -11376846 or 3303250. OLE color: 3303250.
HSL color Cylindrical-coordinate representation of color #526732: hue angle of 83.77º 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 #526732 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 103 | 50 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.60 |
| HSL | 83.77º | 0.35% | 0.3% | - |
| HSV(B) | 83.77º | 0.51% | 0.4% | - |
| XYZ | 8.91 | 11.72 | 4.81 | - |
| YUV | 90.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 50 | 0.20 | 0 | 0.51 | 0.60 | 83.77 | 0.35 | 0.3 |
| Hex | 52 | 67 | 32 | 14 | 0 | 33 | 3C | 54 | 23 | 1E |
| Octal | 122 | 147 | 62 | 24 | 0 | 63 | 74 | 124 | 43 | 36 |
| Binary | 1010010 | 1100111 | 110010 | 10100 | 0 | 110011 | 111100 | 1010100 | 100011 | 11110 |
Color Harmonies of #526732
Complementary color
Monochromatic Colors of #526732
Black with #526732
Text Example
Text Example
White with #526732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526732; }
p { color: rgb(82,103,50); }
H1.HeaderClassName
{
color: #526732;
}
.AnyTagClassName
{
color: #526732;
}
</style>
background-color css
<style>
a { background-color: #526732; }
a { background-color: rgb(82,103,50); }
div.DivClassName
{
background-color: #526732;
}
.BgClassName
{
background-color: #526732;
}
</style>
border-color css
<style>
span { border-color: #526732; }
span { border-color: rgb(82,103,50); }
td.TdClassName
{
border-color: #526732;
}
.TagClassName
{
border-color: #526732;
}
</style>