Shades of Verdun Green #4F6716
Tints of Verdun Green #4F6716
RGB
CMYK
RGB Variations
Color information
#4F6716 (or 0x4F6716) is known color: Verdun Green. HEX triplet: 4F, 67 and 16. RGB value is (79,103,22). Sum of RGB (Red+Green+Blue) = 79+103+22=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #4F6716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6716 is #B098E9. Grayscale: #565656. Windows color (decimal): -11573482 or 1468239. OLE color: 1468239.
HSL color Cylindrical-coordinate representation of color #4F6716: hue angle of 77.78º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F6716 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 22 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.60 |
| HSL | 77.78º | 0.65% | 0.25% | - |
| HSV(B) | 77.78º | 0.79% | 0.4% | - |
| XYZ | 8.22 | 11.42 | 2.53 | - |
| YUV | 86.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 22 | 0.23 | 0 | 0.79 | 0.60 | 77.78 | 0.65 | 0.25 |
| Hex | 4F | 67 | 16 | 17 | 0 | 4F | 3C | 4E | 41 | 19 |
| Octal | 117 | 147 | 26 | 27 | 0 | 117 | 74 | 116 | 101 | 31 |
| Binary | 1001111 | 1100111 | 10110 | 10111 | 0 | 1001111 | 111100 | 1001110 | 1000001 | 11001 |
Color Harmonies of #4F6716
Complementary color
Monochromatic Colors of #4F6716
Black with #4F6716
Text Example
Text Example
White with #4F6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6716; }
p { color: rgb(79,103,22); }
H1.HeaderClassName
{
color: #4F6716;
}
.AnyTagClassName
{
color: #4F6716;
}
</style>
background-color css
<style>
a { background-color: #4F6716; }
a { background-color: rgb(79,103,22); }
div.DivClassName
{
background-color: #4F6716;
}
.BgClassName
{
background-color: #4F6716;
}
</style>
border-color css
<style>
span { border-color: #4F6716; }
span { border-color: rgb(79,103,22); }
td.TdClassName
{
border-color: #4F6716;
}
.TagClassName
{
border-color: #4F6716;
}
</style>