Shades of Verdun Green #525509
Tints of Verdun Green #525509
RGB
CMYK
RGB Variations
Color information
#525509 (or 0x525509) is known color: Verdun Green. HEX triplet: 52, 55 and 09. RGB value is (82,85,9). Sum of RGB (Red+Green+Blue) = 82+85+9=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #525509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525509 is #ADAAF6. Grayscale: #4B4B4B. Windows color (decimal): -11381495 or 611666. OLE color: 611666.
HSL color Cylindrical-coordinate representation of color #525509: hue angle of 62.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #525509 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 9 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.67 |
| HSL | 62.37º | 0.81% | 0.18% | - |
| HSV(B) | 62.37º | 0.89% | 0.33% | - |
| XYZ | 6.78 | 8.31 | 1.51 | - |
| YUV | 75.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 9 | 0.04 | 0 | 0.89 | 0.67 | 62.37 | 0.81 | 0.18 |
| Hex | 52 | 55 | 9 | 4 | 0 | 59 | 43 | 3E | 51 | 12 |
| Octal | 122 | 125 | 11 | 4 | 0 | 131 | 103 | 76 | 121 | 22 |
| Binary | 1010010 | 1010101 | 1001 | 100 | 0 | 1011001 | 1000011 | 111110 | 1010001 | 10010 |
Color Harmonies of #525509
Complementary color
Monochromatic Colors of #525509
Black with #525509
Text Example
Text Example
White with #525509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525509; }
p { color: rgb(82,85,9); }
H1.HeaderClassName
{
color: #525509;
}
.AnyTagClassName
{
color: #525509;
}
</style>
background-color css
<style>
a { background-color: #525509; }
a { background-color: rgb(82,85,9); }
div.DivClassName
{
background-color: #525509;
}
.BgClassName
{
background-color: #525509;
}
</style>
border-color css
<style>
span { border-color: #525509; }
span { border-color: rgb(82,85,9); }
td.TdClassName
{
border-color: #525509;
}
.TagClassName
{
border-color: #525509;
}
</style>