Shades of Dark Olive Green #526233
Tints of Dark Olive Green #526233
RGB
CMYK
RGB Variations
Color information
#526233 (or 0x526233) is known color: Dark Olive Green. HEX triplet: 52, 62 and 33. RGB value is (82,98,51). Sum of RGB (Red+Green+Blue) = 82+98+51=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #526233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526233 is #AD9DCC. Grayscale: #585858. Windows color (decimal): -11378125 or 3367506. OLE color: 3367506.
HSL color Cylindrical-coordinate representation of color #526233: hue angle of 80.43º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #526233 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 51 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.62 |
| HSL | 80.43º | 0.32% | 0.29% | - |
| HSV(B) | 80.43º | 0.48% | 0.38% | - |
| XYZ | 8.44 | 10.77 | 4.77 | - |
| YUV | 87.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 51 | 0.16 | 0 | 0.48 | 0.62 | 80.43 | 0.32 | 0.29 |
| Hex | 52 | 62 | 33 | 10 | 0 | 30 | 3E | 50 | 20 | 1D |
| Octal | 122 | 142 | 63 | 20 | 0 | 60 | 76 | 120 | 40 | 35 |
| Binary | 1010010 | 1100010 | 110011 | 10000 | 0 | 110000 | 111110 | 1010000 | 100000 | 11101 |
Color Harmonies of #526233
Complementary color
Monochromatic Colors of #526233
Black with #526233
Text Example
Text Example
White with #526233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526233; }
p { color: rgb(82,98,51); }
H1.HeaderClassName
{
color: #526233;
}
.AnyTagClassName
{
color: #526233;
}
</style>
background-color css
<style>
a { background-color: #526233; }
a { background-color: rgb(82,98,51); }
div.DivClassName
{
background-color: #526233;
}
.BgClassName
{
background-color: #526233;
}
</style>
border-color css
<style>
span { border-color: #526233; }
span { border-color: rgb(82,98,51); }
td.TdClassName
{
border-color: #526233;
}
.TagClassName
{
border-color: #526233;
}
</style>