Shades of Verdun Green #525109
Tints of Verdun Green #525109
RGB
CMYK
RGB Variations
Color information
#525109 (or 0x525109) is known color: Verdun Green. HEX triplet: 52, 51 and 09. RGB value is (82,81,9). Sum of RGB (Red+Green+Blue) = 82+81+9=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #525109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525109 is #ADAEF6. Grayscale: #494949. Windows color (decimal): -11382519 or 610642. OLE color: 610642.
HSL color Cylindrical-coordinate representation of color #525109: hue angle of 59.18º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #525109 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 9 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.68 |
| HSL | 59.18º | 0.8% | 0.18% | - |
| HSV(B) | 59.18º | 0.89% | 0.32% | - |
| XYZ | 6.47 | 7.7 | 1.4 | - |
| YUV | 73.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 9 | 0 | 0.01 | 0.89 | 0.68 | 59.18 | 0.8 | 0.18 |
| Hex | 52 | 51 | 9 | 0 | 1 | 59 | 44 | 3B | 50 | 12 |
| Octal | 122 | 121 | 11 | 0 | 1 | 131 | 104 | 73 | 120 | 22 |
| Binary | 1010010 | 1010001 | 1001 | 0 | 1 | 1011001 | 1000100 | 111011 | 1010000 | 10010 |
Color Harmonies of #525109
Complementary color
Monochromatic Colors of #525109
Black with #525109
Text Example
Text Example
White with #525109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525109; }
p { color: rgb(82,81,9); }
H1.HeaderClassName
{
color: #525109;
}
.AnyTagClassName
{
color: #525109;
}
</style>
background-color css
<style>
a { background-color: #525109; }
a { background-color: rgb(82,81,9); }
div.DivClassName
{
background-color: #525109;
}
.BgClassName
{
background-color: #525109;
}
</style>
border-color css
<style>
span { border-color: #525109; }
span { border-color: rgb(82,81,9); }
td.TdClassName
{
border-color: #525109;
}
.TagClassName
{
border-color: #525109;
}
</style>