Shades of Verdun Green #525705
Tints of Verdun Green #525705
RGB
CMYK
RGB Variations
Color information
#525705 (or 0x525705) is known color: Verdun Green. HEX triplet: 52, 57 and 05. RGB value is (82,87,5). Sum of RGB (Red+Green+Blue) = 82+87+5=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #525705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525705 is #ADA8FA. Grayscale: #4C4C4C. Windows color (decimal): -11380987 or 350034. OLE color: 350034.
HSL color Cylindrical-coordinate representation of color #525705: hue angle of 63.66º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #525705 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 87 | 5 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.66 |
| HSL | 63.66º | 0.89% | 0.18% | - |
| HSV(B) | 63.66º | 0.94% | 0.34% | - |
| XYZ | 6.92 | 8.62 | 1.44 | - |
| YUV | 76.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 5 | 0.06 | 0 | 0.94 | 0.66 | 63.66 | 0.89 | 0.18 |
| Hex | 52 | 57 | 5 | 6 | 0 | 5E | 42 | 40 | 59 | 12 |
| Octal | 122 | 127 | 5 | 6 | 0 | 136 | 102 | 100 | 131 | 22 |
| Binary | 1010010 | 1010111 | 101 | 110 | 0 | 1011110 | 1000010 | 1000000 | 1011001 | 10010 |
Color Harmonies of #525705
Complementary color
Monochromatic Colors of #525705
Black with #525705
Text Example
Text Example
White with #525705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525705; }
p { color: rgb(82,87,5); }
H1.HeaderClassName
{
color: #525705;
}
.AnyTagClassName
{
color: #525705;
}
</style>
background-color css
<style>
a { background-color: #525705; }
a { background-color: rgb(82,87,5); }
div.DivClassName
{
background-color: #525705;
}
.BgClassName
{
background-color: #525705;
}
</style>
border-color css
<style>
span { border-color: #525705; }
span { border-color: rgb(82,87,5); }
td.TdClassName
{
border-color: #525705;
}
.TagClassName
{
border-color: #525705;
}
</style>