Shades of Verdun Green #4F690B
Tints of Verdun Green #4F690B
RGB
CMYK
RGB Variations
Color information
#4F690B (or 0x4F690B) is known color: Verdun Green. HEX triplet: 4F, 69 and 0B. RGB value is (79,105,11). Sum of RGB (Red+Green+Blue) = 79+105+11=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #4F690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F690B is #B096F4. Grayscale: #565656. Windows color (decimal): -11572981 or 747855. OLE color: 747855.
HSL color Cylindrical-coordinate representation of color #4F690B: hue angle of 76.6º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F690B is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 105 | 11 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.59 |
| HSL | 76.6º | 0.81% | 0.23% | - |
| HSV(B) | 76.6º | 0.9% | 0.41% | - |
| XYZ | 8.34 | 11.79 | 2.15 | - |
| YUV | 86.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 105 | 11 | 0.25 | 0 | 0.90 | 0.59 | 76.6 | 0.81 | 0.23 |
| Hex | 4F | 69 | B | 19 | 0 | 5A | 3B | 4D | 51 | 17 |
| Octal | 117 | 151 | 13 | 31 | 0 | 132 | 73 | 115 | 121 | 27 |
| Binary | 1001111 | 1101001 | 1011 | 11001 | 0 | 1011010 | 111011 | 1001101 | 1010001 | 10111 |
Color Harmonies of #4F690B
Complementary color
Monochromatic Colors of #4F690B
Black with #4F690B
Text Example
Text Example
White with #4F690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F690B; }
p { color: rgb(79,105,11); }
H1.HeaderClassName
{
color: #4F690B;
}
.AnyTagClassName
{
color: #4F690B;
}
</style>
background-color css
<style>
a { background-color: #4F690B; }
a { background-color: rgb(79,105,11); }
div.DivClassName
{
background-color: #4F690B;
}
.BgClassName
{
background-color: #4F690B;
}
</style>
border-color css
<style>
span { border-color: #4F690B; }
span { border-color: rgb(79,105,11); }
td.TdClassName
{
border-color: #4F690B;
}
.TagClassName
{
border-color: #4F690B;
}
</style>