Shades of Verdun Green #4F610E
Tints of Verdun Green #4F610E
RGB
CMYK
RGB Variations
Color information
#4F610E (or 0x4F610E) is known color: Verdun Green. HEX triplet: 4F, 61 and 0E. RGB value is (79,97,14). Sum of RGB (Red+Green+Blue) = 79+97+14=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #4F610E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F610E is #B09EF1. Grayscale: #525252. Windows color (decimal): -11575026 or 942415. OLE color: 942415.
HSL color Cylindrical-coordinate representation of color #4F610E: hue angle of 73.01º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F610E is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 97 | 14 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.62 |
| HSL | 73.01º | 0.75% | 0.22% | - |
| HSV(B) | 73.01º | 0.86% | 0.38% | - |
| XYZ | 7.58 | 10.24 | 1.99 | - |
| YUV | 82.16 | 89.54 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 97 | 14 | 0.19 | 0 | 0.86 | 0.62 | 73.01 | 0.75 | 0.22 |
| Hex | 4F | 61 | E | 13 | 0 | 56 | 3E | 49 | 4B | 16 |
| Octal | 117 | 141 | 16 | 23 | 0 | 126 | 76 | 111 | 113 | 26 |
| Binary | 1001111 | 1100001 | 1110 | 10011 | 0 | 1010110 | 111110 | 1001001 | 1001011 | 10110 |
Color Harmonies of #4F610E
Complementary color
Monochromatic Colors of #4F610E
Black with #4F610E
Text Example
Text Example
White with #4F610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F610E; }
p { color: rgb(79,97,14); }
H1.HeaderClassName
{
color: #4F610E;
}
.AnyTagClassName
{
color: #4F610E;
}
</style>
background-color css
<style>
a { background-color: #4F610E; }
a { background-color: rgb(79,97,14); }
div.DivClassName
{
background-color: #4F610E;
}
.BgClassName
{
background-color: #4F610E;
}
</style>
border-color css
<style>
span { border-color: #4F610E; }
span { border-color: rgb(79,97,14); }
td.TdClassName
{
border-color: #4F610E;
}
.TagClassName
{
border-color: #4F610E;
}
</style>