Shades of Dark Olive Green #526323
Tints of Dark Olive Green #526323
RGB
CMYK
RGB Variations
Color information
#526323 (or 0x526323) is known color: Dark Olive Green. HEX triplet: 52, 63 and 23. RGB value is (82,99,35). Sum of RGB (Red+Green+Blue) = 82+99+35=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #526323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526323 is #AD9CDC. Grayscale: #565656. Windows color (decimal): -11377885 or 2319186. OLE color: 2319186.
HSL color Cylindrical-coordinate representation of color #526323: hue angle of 75.94º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526323 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 99 | 35 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.61 |
| HSL | 75.94º | 0.48% | 0.26% | - |
| HSV(B) | 75.94º | 0.65% | 0.39% | - |
| XYZ | 8.24 | 10.84 | 3.25 | - |
| YUV | 86.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 35 | 0.17 | 0 | 0.65 | 0.61 | 75.94 | 0.48 | 0.26 |
| Hex | 52 | 63 | 23 | 11 | 0 | 41 | 3D | 4C | 30 | 1A |
| Octal | 122 | 143 | 43 | 21 | 0 | 101 | 75 | 114 | 60 | 32 |
| Binary | 1010010 | 1100011 | 100011 | 10001 | 0 | 1000001 | 111101 | 1001100 | 110000 | 11010 |
Color Harmonies of #526323
Complementary color
Monochromatic Colors of #526323
Black with #526323
Text Example
Text Example
White with #526323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526323; }
p { color: rgb(82,99,35); }
H1.HeaderClassName
{
color: #526323;
}
.AnyTagClassName
{
color: #526323;
}
</style>
background-color css
<style>
a { background-color: #526323; }
a { background-color: rgb(82,99,35); }
div.DivClassName
{
background-color: #526323;
}
.BgClassName
{
background-color: #526323;
}
</style>
border-color css
<style>
span { border-color: #526323; }
span { border-color: rgb(82,99,35); }
td.TdClassName
{
border-color: #526323;
}
.TagClassName
{
border-color: #526323;
}
</style>