Shades of Verdun Green #525709
Tints of Verdun Green #525709
RGB
CMYK
RGB Variations
Color information
#525709 (or 0x525709) is known color: Verdun Green. HEX triplet: 52, 57 and 09. RGB value is (82,87,9). Sum of RGB (Red+Green+Blue) = 82+87+9=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #525709 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525709 is #ADA8F6. Grayscale: #4C4C4C. Windows color (decimal): -11380983 or 612178. OLE color: 612178.
HSL color Cylindrical-coordinate representation of color #525709: hue angle of 63.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #525709 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 87 | 9 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.66 |
| HSL | 63.85º | 0.81% | 0.19% | - |
| HSV(B) | 63.85º | 0.9% | 0.34% | - |
| XYZ | 6.94 | 8.63 | 1.56 | - |
| YUV | 76.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 9 | 0.06 | 0 | 0.90 | 0.66 | 63.85 | 0.81 | 0.19 |
| Hex | 52 | 57 | 9 | 6 | 0 | 5A | 42 | 40 | 51 | 13 |
| Octal | 122 | 127 | 11 | 6 | 0 | 132 | 102 | 100 | 121 | 23 |
| Binary | 1010010 | 1010111 | 1001 | 110 | 0 | 1011010 | 1000010 | 1000000 | 1010001 | 10011 |
Color Harmonies of #525709
Complementary color
Monochromatic Colors of #525709
Black with #525709
Text Example
Text Example
White with #525709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525709; }
p { color: rgb(82,87,9); }
H1.HeaderClassName
{
color: #525709;
}
.AnyTagClassName
{
color: #525709;
}
</style>
background-color css
<style>
a { background-color: #525709; }
a { background-color: rgb(82,87,9); }
div.DivClassName
{
background-color: #525709;
}
.BgClassName
{
background-color: #525709;
}
</style>
border-color css
<style>
span { border-color: #525709; }
span { border-color: rgb(82,87,9); }
td.TdClassName
{
border-color: #525709;
}
.TagClassName
{
border-color: #525709;
}
</style>