Shades of Verdun Green #524F0A
Tints of Verdun Green #524F0A
RGB
CMYK
RGB Variations
Color information
#524F0A (or 0x524F0A) is known color: Verdun Green. HEX triplet: 52, 4F and 0A. RGB value is (82,79,10). Sum of RGB (Red+Green+Blue) = 82+79+10=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #524F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F0A is #ADB0F5. Grayscale: #484848. Windows color (decimal): -11383030 or 675666. OLE color: 675666.
HSL color Cylindrical-coordinate representation of color #524F0A: hue angle of 57.5º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #524F0A is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 10 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.68 |
| HSL | 57.5º | 0.78% | 0.18% | - |
| HSV(B) | 57.5º | 0.88% | 0.32% | - |
| XYZ | 6.33 | 7.41 | 1.38 | - |
| YUV | 72.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 10 | 0 | 0.04 | 0.88 | 0.68 | 57.5 | 0.78 | 0.18 |
| Hex | 52 | 4F | A | 0 | 4 | 58 | 44 | 3A | 4E | 12 |
| Octal | 122 | 117 | 12 | 0 | 4 | 130 | 104 | 72 | 116 | 22 |
| Binary | 1010010 | 1001111 | 1010 | 0 | 100 | 1011000 | 1000100 | 111010 | 1001110 | 10010 |
Color Harmonies of #524F0A
Complementary color
Monochromatic Colors of #524F0A
Black with #524F0A
Text Example
Text Example
White with #524F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F0A; }
p { color: rgb(82,79,10); }
H1.HeaderClassName
{
color: #524F0A;
}
.AnyTagClassName
{
color: #524F0A;
}
</style>
background-color css
<style>
a { background-color: #524F0A; }
a { background-color: rgb(82,79,10); }
div.DivClassName
{
background-color: #524F0A;
}
.BgClassName
{
background-color: #524F0A;
}
</style>
border-color css
<style>
span { border-color: #524F0A; }
span { border-color: rgb(82,79,10); }
td.TdClassName
{
border-color: #524F0A;
}
.TagClassName
{
border-color: #524F0A;
}
</style>