Shades of Verdun Green #4F520E
Tints of Verdun Green #4F520E
RGB
CMYK
RGB Variations
Color information
#4F520E (or 0x4F520E) is known color: Verdun Green. HEX triplet: 4F, 52 and 0E. RGB value is (79,82,14). Sum of RGB (Red+Green+Blue) = 79+82+14=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #4F520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F520E is #B0ADF1. Grayscale: #494949. Windows color (decimal): -11578866 or 938575. OLE color: 938575.
HSL color Cylindrical-coordinate representation of color #4F520E: hue angle of 62.65º 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 #4F520E is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 82 | 14 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.68 |
| HSL | 62.65º | 0.71% | 0.19% | - |
| HSV(B) | 62.65º | 0.83% | 0.32% | - |
| XYZ | 6.32 | 7.73 | 1.57 | - |
| YUV | 73.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 82 | 14 | 0.04 | 0 | 0.83 | 0.68 | 62.65 | 0.71 | 0.19 |
| Hex | 4F | 52 | E | 4 | 0 | 53 | 44 | 3F | 47 | 13 |
| Octal | 117 | 122 | 16 | 4 | 0 | 123 | 104 | 77 | 107 | 23 |
| Binary | 1001111 | 1010010 | 1110 | 100 | 0 | 1010011 | 1000100 | 111111 | 1000111 | 10011 |
Color Harmonies of #4F520E
Complementary color
Monochromatic Colors of #4F520E
Black with #4F520E
Text Example
Text Example
White with #4F520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F520E; }
p { color: rgb(79,82,14); }
H1.HeaderClassName
{
color: #4F520E;
}
.AnyTagClassName
{
color: #4F520E;
}
</style>
background-color css
<style>
a { background-color: #4F520E; }
a { background-color: rgb(79,82,14); }
div.DivClassName
{
background-color: #4F520E;
}
.BgClassName
{
background-color: #4F520E;
}
</style>
border-color css
<style>
span { border-color: #4F520E; }
span { border-color: rgb(79,82,14); }
td.TdClassName
{
border-color: #4F520E;
}
.TagClassName
{
border-color: #4F520E;
}
</style>