Shades of Verdun Green #525D09
Tints of Verdun Green #525D09
RGB
CMYK
RGB Variations
Color information
#525D09 (or 0x525D09) is known color: Verdun Green. HEX triplet: 52, 5D and 09. RGB value is (82,93,9). Sum of RGB (Red+Green+Blue) = 82+93+9=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #525D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525D09 is #ADA2F6. Grayscale: #505050. Windows color (decimal): -11379447 or 613714. OLE color: 613714.
HSL color Cylindrical-coordinate representation of color #525D09: hue angle of 67.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #525D09 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 9 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.64 |
| HSL | 67.86º | 0.82% | 0.2% | - |
| HSV(B) | 67.86º | 0.9% | 0.36% | - |
| XYZ | 7.44 | 9.64 | 1.73 | - |
| YUV | 80.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 9 | 0.12 | 0 | 0.90 | 0.64 | 67.86 | 0.82 | 0.2 |
| Hex | 52 | 5D | 9 | C | 0 | 5A | 40 | 44 | 52 | 14 |
| Octal | 122 | 135 | 11 | 14 | 0 | 132 | 100 | 104 | 122 | 24 |
| Binary | 1010010 | 1011101 | 1001 | 1100 | 0 | 1011010 | 1000000 | 1000100 | 1010010 | 10100 |
Color Harmonies of #525D09
Complementary color
Monochromatic Colors of #525D09
Black with #525D09
Text Example
Text Example
White with #525D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D09; }
p { color: rgb(82,93,9); }
H1.HeaderClassName
{
color: #525D09;
}
.AnyTagClassName
{
color: #525D09;
}
</style>
background-color css
<style>
a { background-color: #525D09; }
a { background-color: rgb(82,93,9); }
div.DivClassName
{
background-color: #525D09;
}
.BgClassName
{
background-color: #525D09;
}
</style>
border-color css
<style>
span { border-color: #525D09; }
span { border-color: rgb(82,93,9); }
td.TdClassName
{
border-color: #525D09;
}
.TagClassName
{
border-color: #525D09;
}
</style>