Shades of Verdun Green #524F0E
Tints of Verdun Green #524F0E
RGB
CMYK
RGB Variations
Color information
#524F0E (or 0x524F0E) is known color: Verdun Green. HEX triplet: 52, 4F and 0E. RGB value is (82,79,14). Sum of RGB (Red+Green+Blue) = 82+79+14=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #524F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F0E is #ADB0F1. Grayscale: #484848. Windows color (decimal): -11383026 or 937810. OLE color: 937810.
HSL color Cylindrical-coordinate representation of color #524F0E: hue angle of 57.35º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #524F0E is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 14 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.68 |
| HSL | 57.35º | 0.71% | 0.19% | - |
| HSV(B) | 57.35º | 0.83% | 0.32% | - |
| XYZ | 6.35 | 7.42 | 1.51 | - |
| YUV | 72.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 14 | 0 | 0.04 | 0.83 | 0.68 | 57.35 | 0.71 | 0.19 |
| Hex | 52 | 4F | E | 0 | 4 | 53 | 44 | 39 | 47 | 13 |
| Octal | 122 | 117 | 16 | 0 | 4 | 123 | 104 | 71 | 107 | 23 |
| Binary | 1010010 | 1001111 | 1110 | 0 | 100 | 1010011 | 1000100 | 111001 | 1000111 | 10011 |
Color Harmonies of #524F0E
Complementary color
Monochromatic Colors of #524F0E
Black with #524F0E
Text Example
Text Example
White with #524F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F0E; }
p { color: rgb(82,79,14); }
H1.HeaderClassName
{
color: #524F0E;
}
.AnyTagClassName
{
color: #524F0E;
}
</style>
background-color css
<style>
a { background-color: #524F0E; }
a { background-color: rgb(82,79,14); }
div.DivClassName
{
background-color: #524F0E;
}
.BgClassName
{
background-color: #524F0E;
}
</style>
border-color css
<style>
span { border-color: #524F0E; }
span { border-color: rgb(82,79,14); }
td.TdClassName
{
border-color: #524F0E;
}
.TagClassName
{
border-color: #524F0E;
}
</style>