Shades of Verdun Green #524F05
Tints of Verdun Green #524F05
RGB
CMYK
RGB Variations
Color information
#524F05 (or 0x524F05) is known color: Verdun Green. HEX triplet: 52, 4F and 05. RGB value is (82,79,5). Sum of RGB (Red+Green+Blue) = 82+79+5=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #524F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F05 is #ADB0FA. Grayscale: #474747. Windows color (decimal): -11383035 or 347986. OLE color: 347986.
HSL color Cylindrical-coordinate representation of color #524F05: hue angle of 57.66º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #524F05 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 5 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.68 |
| HSL | 57.66º | 0.89% | 0.17% | - |
| HSV(B) | 57.66º | 0.94% | 0.32% | - |
| XYZ | 6.3 | 7.4 | 1.24 | - |
| YUV | 71.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 5 | 0 | 0.04 | 0.94 | 0.68 | 57.66 | 0.89 | 0.17 |
| Hex | 52 | 4F | 5 | 0 | 4 | 5E | 44 | 3A | 59 | 11 |
| Octal | 122 | 117 | 5 | 0 | 4 | 136 | 104 | 72 | 131 | 21 |
| Binary | 1010010 | 1001111 | 101 | 0 | 100 | 1011110 | 1000100 | 111010 | 1011001 | 10001 |
Color Harmonies of #524F05
Complementary color
Monochromatic Colors of #524F05
Black with #524F05
Text Example
Text Example
White with #524F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F05; }
p { color: rgb(82,79,5); }
H1.HeaderClassName
{
color: #524F05;
}
.AnyTagClassName
{
color: #524F05;
}
</style>
background-color css
<style>
a { background-color: #524F05; }
a { background-color: rgb(82,79,5); }
div.DivClassName
{
background-color: #524F05;
}
.BgClassName
{
background-color: #524F05;
}
</style>
border-color css
<style>
span { border-color: #524F05; }
span { border-color: rgb(82,79,5); }
td.TdClassName
{
border-color: #524F05;
}
.TagClassName
{
border-color: #524F05;
}
</style>