Shades of Dark Olive Green #526333
Tints of Dark Olive Green #526333
RGB
CMYK
RGB Variations
Color information
#526333 (or 0x526333) is known color: Dark Olive Green. HEX triplet: 52, 63 and 33. RGB value is (82,99,51). Sum of RGB (Red+Green+Blue) = 82+99+51=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #526333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526333 is #AD9CCC. Grayscale: #585858. Windows color (decimal): -11377869 or 3367762. OLE color: 3367762.
HSL color Cylindrical-coordinate representation of color #526333: hue angle of 81.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #526333 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 99 | 51 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.61 |
| HSL | 81.25º | 0.32% | 0.29% | - |
| HSV(B) | 81.25º | 0.48% | 0.39% | - |
| XYZ | 8.54 | 10.96 | 4.8 | - |
| YUV | 88.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 51 | 0.17 | 0 | 0.48 | 0.61 | 81.25 | 0.32 | 0.29 |
| Hex | 52 | 63 | 33 | 11 | 0 | 30 | 3D | 51 | 20 | 1D |
| Octal | 122 | 143 | 63 | 21 | 0 | 60 | 75 | 121 | 40 | 35 |
| Binary | 1010010 | 1100011 | 110011 | 10001 | 0 | 110000 | 111101 | 1010001 | 100000 | 11101 |
Color Harmonies of #526333
Complementary color
Monochromatic Colors of #526333
Black with #526333
Text Example
Text Example
White with #526333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526333; }
p { color: rgb(82,99,51); }
H1.HeaderClassName
{
color: #526333;
}
.AnyTagClassName
{
color: #526333;
}
</style>
background-color css
<style>
a { background-color: #526333; }
a { background-color: rgb(82,99,51); }
div.DivClassName
{
background-color: #526333;
}
.BgClassName
{
background-color: #526333;
}
</style>
border-color css
<style>
span { border-color: #526333; }
span { border-color: rgb(82,99,51); }
td.TdClassName
{
border-color: #526333;
}
.TagClassName
{
border-color: #526333;
}
</style>