Shades of Verdun Green #4F7100
Tints of Verdun Green #4F7100
RGB
CMYK
RGB Variations
Color information
#4F7100 (or 0x4F7100) is known color: Verdun Green. HEX triplet: 4F, 71 and 00. RGB value is (79,113,0). Sum of RGB (Red+Green+Blue) = 79+113+0=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #4F7100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7100 is #B08EFF. Grayscale: #5A5A5A. Windows color (decimal): -11570944 or 29007. OLE color: 29007.
HSL color Cylindrical-coordinate representation of color #4F7100: hue angle of 78.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F7100 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 113 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.56 |
| HSL | 78.05º | 1% | 0.22% | - |
| HSV(B) | 78.05º | 1% | 0.44% | - |
| XYZ | 9.13 | 13.47 | 2.12 | - |
| YUV | 89.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 0 | 0.30 | 0 | 1 | 0.56 | 78.05 | 1 | 0.22 |
| Hex | 4F | 71 | 0 | 1E | 0 | 64 | 38 | 4E | 64 | 16 |
| Octal | 117 | 161 | 0 | 36 | 0 | 144 | 70 | 116 | 144 | 26 |
| Binary | 1001111 | 1110001 | 0 | 11110 | 0 | 1100100 | 111000 | 1001110 | 1100100 | 10110 |
Color Harmonies of #4F7100
Complementary color
Monochromatic Colors of #4F7100
Black with #4F7100
Text Example
Text Example
White with #4F7100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7100; }
p { color: rgb(79,113,0); }
H1.HeaderClassName
{
color: #4F7100;
}
.AnyTagClassName
{
color: #4F7100;
}
</style>
background-color css
<style>
a { background-color: #4F7100; }
a { background-color: rgb(79,113,0); }
div.DivClassName
{
background-color: #4F7100;
}
.BgClassName
{
background-color: #4F7100;
}
</style>
border-color css
<style>
span { border-color: #4F7100; }
span { border-color: rgb(79,113,0); }
td.TdClassName
{
border-color: #4F7100;
}
.TagClassName
{
border-color: #4F7100;
}
</style>