Shades of Dark Olive Green #526429
Tints of Dark Olive Green #526429
RGB
CMYK
RGB Variations
Color information
#526429 (or 0x526429) is known color: Dark Olive Green. HEX triplet: 52, 64 and 29. RGB value is (82,100,41). Sum of RGB (Red+Green+Blue) = 82+100+41=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #526429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526429 is #AD9BD6. Grayscale: #585858. Windows color (decimal): -11377623 or 2712658. OLE color: 2712658.
HSL color Cylindrical-coordinate representation of color #526429: hue angle of 78.31º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #526429 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 100 | 41 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.61 |
| HSL | 78.31º | 0.42% | 0.28% | - |
| HSV(B) | 78.31º | 0.59% | 0.39% | - |
| XYZ | 8.44 | 11.07 | 3.79 | - |
| YUV | 87.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 41 | 0.18 | 0 | 0.59 | 0.61 | 78.31 | 0.42 | 0.28 |
| Hex | 52 | 64 | 29 | 12 | 0 | 3B | 3D | 4E | 2A | 1C |
| Octal | 122 | 144 | 51 | 22 | 0 | 73 | 75 | 116 | 52 | 34 |
| Binary | 1010010 | 1100100 | 101001 | 10010 | 0 | 111011 | 111101 | 1001110 | 101010 | 11100 |
Color Harmonies of #526429
Complementary color
Monochromatic Colors of #526429
Black with #526429
Text Example
Text Example
White with #526429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526429; }
p { color: rgb(82,100,41); }
H1.HeaderClassName
{
color: #526429;
}
.AnyTagClassName
{
color: #526429;
}
</style>
background-color css
<style>
a { background-color: #526429; }
a { background-color: rgb(82,100,41); }
div.DivClassName
{
background-color: #526429;
}
.BgClassName
{
background-color: #526429;
}
</style>
border-color css
<style>
span { border-color: #526429; }
span { border-color: rgb(82,100,41); }
td.TdClassName
{
border-color: #526429;
}
.TagClassName
{
border-color: #526429;
}
</style>