Shades of Verdun Green #524C09
Tints of Verdun Green #524C09
RGB
CMYK
RGB Variations
Color information
#524C09 (or 0x524C09) is known color: Verdun Green. HEX triplet: 52, 4C and 09. RGB value is (82,76,9). Sum of RGB (Red+Green+Blue) = 82+76+9=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #524C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524C09 is #ADB3F6. Grayscale: #464646. Windows color (decimal): -11383799 or 609362. OLE color: 609362.
HSL color Cylindrical-coordinate representation of color #524C09: hue angle of 55.07º 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 #524C09 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 76 | 9 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.68 |
| HSL | 55.07º | 0.8% | 0.18% | - |
| HSV(B) | 55.07º | 0.89% | 0.32% | - |
| XYZ | 6.11 | 6.98 | 1.28 | - |
| YUV | 70.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 9 | 0 | 0.07 | 0.89 | 0.68 | 55.07 | 0.8 | 0.18 |
| Hex | 52 | 4C | 9 | 0 | 7 | 59 | 44 | 37 | 50 | 12 |
| Octal | 122 | 114 | 11 | 0 | 7 | 131 | 104 | 67 | 120 | 22 |
| Binary | 1010010 | 1001100 | 1001 | 0 | 111 | 1011001 | 1000100 | 110111 | 1010000 | 10010 |
Color Harmonies of #524C09
Complementary color
Monochromatic Colors of #524C09
Black with #524C09
Text Example
Text Example
White with #524C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C09; }
p { color: rgb(82,76,9); }
H1.HeaderClassName
{
color: #524C09;
}
.AnyTagClassName
{
color: #524C09;
}
</style>
background-color css
<style>
a { background-color: #524C09; }
a { background-color: rgb(82,76,9); }
div.DivClassName
{
background-color: #524C09;
}
.BgClassName
{
background-color: #524C09;
}
</style>
border-color css
<style>
span { border-color: #524C09; }
span { border-color: rgb(82,76,9); }
td.TdClassName
{
border-color: #524C09;
}
.TagClassName
{
border-color: #524C09;
}
</style>