Shades of Verdun Green #4F5114
Tints of Verdun Green #4F5114
RGB
CMYK
RGB Variations
Color information
#4F5114 (or 0x4F5114) is known color: Verdun Green. HEX triplet: 4F, 51 and 14. RGB value is (79,81,20). Sum of RGB (Red+Green+Blue) = 79+81+20=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5114 is #B0AEEB. Grayscale: #494949. Windows color (decimal): -11579116 or 1331535. OLE color: 1331535.
HSL color Cylindrical-coordinate representation of color #4F5114: hue angle of 61.97º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F5114 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 81 | 20 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.68 |
| HSL | 61.97º | 0.6% | 0.2% | - |
| HSV(B) | 61.97º | 0.75% | 0.32% | - |
| XYZ | 6.29 | 7.6 | 1.8 | - |
| YUV | 73.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 20 | 0.02 | 0 | 0.75 | 0.68 | 61.97 | 0.6 | 0.2 |
| Hex | 4F | 51 | 14 | 2 | 0 | 4B | 44 | 3E | 3C | 14 |
| Octal | 117 | 121 | 24 | 2 | 0 | 113 | 104 | 76 | 74 | 24 |
| Binary | 1001111 | 1010001 | 10100 | 10 | 0 | 1001011 | 1000100 | 111110 | 111100 | 10100 |
Color Harmonies of #4F5114
Complementary color
Monochromatic Colors of #4F5114
Black with #4F5114
Text Example
Text Example
White with #4F5114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5114; }
p { color: rgb(79,81,20); }
H1.HeaderClassName
{
color: #4F5114;
}
.AnyTagClassName
{
color: #4F5114;
}
</style>
background-color css
<style>
a { background-color: #4F5114; }
a { background-color: rgb(79,81,20); }
div.DivClassName
{
background-color: #4F5114;
}
.BgClassName
{
background-color: #4F5114;
}
</style>
border-color css
<style>
span { border-color: #4F5114; }
span { border-color: rgb(79,81,20); }
td.TdClassName
{
border-color: #4F5114;
}
.TagClassName
{
border-color: #4F5114;
}
</style>