Shades of Verdun Green #4F5214
Tints of Verdun Green #4F5214
RGB
CMYK
RGB Variations
Color information
#4F5214 (or 0x4F5214) is known color: Verdun Green. HEX triplet: 4F, 52 and 14. RGB value is (79,82,20). Sum of RGB (Red+Green+Blue) = 79+82+20=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #4F5214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5214 is #B0ADEB. Grayscale: #4A4A4A. Windows color (decimal): -11578860 or 1331791. OLE color: 1331791.
HSL color Cylindrical-coordinate representation of color #4F5214: hue angle of 62.9º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F5214 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 82 | 20 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.68 |
| HSL | 62.9º | 0.61% | 0.2% | - |
| HSV(B) | 62.9º | 0.76% | 0.32% | - |
| XYZ | 6.37 | 7.75 | 1.82 | - |
| YUV | 74.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 82 | 20 | 0.04 | 0 | 0.76 | 0.68 | 62.9 | 0.61 | 0.2 |
| Hex | 4F | 52 | 14 | 4 | 0 | 4C | 44 | 3F | 3D | 14 |
| Octal | 117 | 122 | 24 | 4 | 0 | 114 | 104 | 77 | 75 | 24 |
| Binary | 1001111 | 1010010 | 10100 | 100 | 0 | 1001100 | 1000100 | 111111 | 111101 | 10100 |
Color Harmonies of #4F5214
Complementary color
Monochromatic Colors of #4F5214
Black with #4F5214
Text Example
Text Example
White with #4F5214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5214; }
p { color: rgb(79,82,20); }
H1.HeaderClassName
{
color: #4F5214;
}
.AnyTagClassName
{
color: #4F5214;
}
</style>
background-color css
<style>
a { background-color: #4F5214; }
a { background-color: rgb(79,82,20); }
div.DivClassName
{
background-color: #4F5214;
}
.BgClassName
{
background-color: #4F5214;
}
</style>
border-color css
<style>
span { border-color: #4F5214; }
span { border-color: rgb(79,82,20); }
td.TdClassName
{
border-color: #4F5214;
}
.TagClassName
{
border-color: #4F5214;
}
</style>