Shades of Verdun Green #4F690C
Tints of Verdun Green #4F690C
RGB
CMYK
RGB Variations
Color information
#4F690C (or 0x4F690C) is known color: Verdun Green. HEX triplet: 4F, 69 and 0C. RGB value is (79,105,12). Sum of RGB (Red+Green+Blue) = 79+105+12=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #4F690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F690C is #B096F3. Grayscale: #565656. Windows color (decimal): -11572980 or 813391. OLE color: 813391.
HSL color Cylindrical-coordinate representation of color #4F690C: hue angle of 76.77º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F690C is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 105 | 12 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.59 |
| HSL | 76.77º | 0.79% | 0.23% | - |
| HSV(B) | 76.77º | 0.89% | 0.41% | - |
| XYZ | 8.34 | 11.79 | 2.18 | - |
| YUV | 86.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 105 | 12 | 0.25 | 0 | 0.89 | 0.59 | 76.77 | 0.79 | 0.23 |
| Hex | 4F | 69 | C | 19 | 0 | 59 | 3B | 4D | 4F | 17 |
| Octal | 117 | 151 | 14 | 31 | 0 | 131 | 73 | 115 | 117 | 27 |
| Binary | 1001111 | 1101001 | 1100 | 11001 | 0 | 1011001 | 111011 | 1001101 | 1001111 | 10111 |
Color Harmonies of #4F690C
Complementary color
Monochromatic Colors of #4F690C
Black with #4F690C
Text Example
Text Example
White with #4F690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F690C; }
p { color: rgb(79,105,12); }
H1.HeaderClassName
{
color: #4F690C;
}
.AnyTagClassName
{
color: #4F690C;
}
</style>
background-color css
<style>
a { background-color: #4F690C; }
a { background-color: rgb(79,105,12); }
div.DivClassName
{
background-color: #4F690C;
}
.BgClassName
{
background-color: #4F690C;
}
</style>
border-color css
<style>
span { border-color: #4F690C; }
span { border-color: rgb(79,105,12); }
td.TdClassName
{
border-color: #4F690C;
}
.TagClassName
{
border-color: #4F690C;
}
</style>