Shades of Verdun Green #525600
Tints of Verdun Green #525600
RGB
CMYK
RGB Variations
Color information
#525600 (or 0x525600) is known color: Verdun Green. HEX triplet: 52, 56 and 00. RGB value is (82,86,0). Sum of RGB (Red+Green+Blue) = 82+86+0=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #525600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525600 is #ADA9FF. Grayscale: #4B4B4B. Windows color (decimal): -11381248 or 22098. OLE color: 22098.
HSL color Cylindrical-coordinate representation of color #525600: hue angle of 62.79º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #525600 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 86 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.66 |
| HSL | 62.79º | 1% | 0.17% | - |
| HSV(B) | 62.79º | 1% | 0.34% | - |
| XYZ | 6.81 | 8.45 | 1.27 | - |
| YUV | 75 | 85.67 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 0 | 0.05 | 0 | 1 | 0.66 | 62.79 | 1 | 0.17 |
| Hex | 52 | 56 | 0 | 5 | 0 | 64 | 42 | 3F | 64 | 11 |
| Octal | 122 | 126 | 0 | 5 | 0 | 144 | 102 | 77 | 144 | 21 |
| Binary | 1010010 | 1010110 | 0 | 101 | 0 | 1100100 | 1000010 | 111111 | 1100100 | 10001 |
Color Harmonies of #525600
Complementary color
Monochromatic Colors of #525600
Black with #525600
Text Example
Text Example
White with #525600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525600; }
p { color: rgb(82,86,0); }
H1.HeaderClassName
{
color: #525600;
}
.AnyTagClassName
{
color: #525600;
}
</style>
background-color css
<style>
a { background-color: #525600; }
a { background-color: rgb(82,86,0); }
div.DivClassName
{
background-color: #525600;
}
.BgClassName
{
background-color: #525600;
}
</style>
border-color css
<style>
span { border-color: #525600; }
span { border-color: rgb(82,86,0); }
td.TdClassName
{
border-color: #525600;
}
.TagClassName
{
border-color: #525600;
}
</style>