Shades of Verdun Green #4F5616
Tints of Verdun Green #4F5616
RGB
CMYK
RGB Variations
Color information
#4F5616 (or 0x4F5616) is known color: Verdun Green. HEX triplet: 4F, 56 and 16. RGB value is (79,86,22). Sum of RGB (Red+Green+Blue) = 79+86+22=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #4F5616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5616 is #B0A9E9. Grayscale: #4C4C4C. Windows color (decimal): -11577834 or 1463887. OLE color: 1463887.
HSL color Cylindrical-coordinate representation of color #4F5616: hue angle of 66.56º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F5616 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 86 | 22 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.66 |
| HSL | 66.56º | 0.59% | 0.21% | - |
| HSV(B) | 66.56º | 0.74% | 0.34% | - |
| XYZ | 6.7 | 8.38 | 2.02 | - |
| YUV | 76.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 86 | 22 | 0.08 | 0 | 0.74 | 0.66 | 66.56 | 0.59 | 0.21 |
| Hex | 4F | 56 | 16 | 8 | 0 | 4A | 42 | 43 | 3B | 15 |
| Octal | 117 | 126 | 26 | 10 | 0 | 112 | 102 | 103 | 73 | 25 |
| Binary | 1001111 | 1010110 | 10110 | 1000 | 0 | 1001010 | 1000010 | 1000011 | 111011 | 10101 |
Color Harmonies of #4F5616
Complementary color
Monochromatic Colors of #4F5616
Black with #4F5616
Text Example
Text Example
White with #4F5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5616; }
p { color: rgb(79,86,22); }
H1.HeaderClassName
{
color: #4F5616;
}
.AnyTagClassName
{
color: #4F5616;
}
</style>
background-color css
<style>
a { background-color: #4F5616; }
a { background-color: rgb(79,86,22); }
div.DivClassName
{
background-color: #4F5616;
}
.BgClassName
{
background-color: #4F5616;
}
</style>
border-color css
<style>
span { border-color: #4F5616; }
span { border-color: rgb(79,86,22); }
td.TdClassName
{
border-color: #4F5616;
}
.TagClassName
{
border-color: #4F5616;
}
</style>