Shades of Verdun Green #4F4C07
Tints of Verdun Green #4F4C07
RGB
CMYK
RGB Variations
Color information
#4F4C07 (or 0x4F4C07) is known color: Verdun Green. HEX triplet: 4F, 4C and 07. RGB value is (79,76,7). Sum of RGB (Red+Green+Blue) = 79+76+7=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4C07 is #B0B3F8. Grayscale: #454545. Windows color (decimal): -11580409 or 478287. OLE color: 478287.
HSL color Cylindrical-coordinate representation of color #4F4C07: hue angle of 57.5º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F4C07 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 76 | 7 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.69 |
| HSL | 57.5º | 0.84% | 0.17% | - |
| HSV(B) | 57.5º | 0.91% | 0.31% | - |
| XYZ | 5.85 | 6.85 | 1.21 | - |
| YUV | 69.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 76 | 7 | 0 | 0.04 | 0.91 | 0.69 | 57.5 | 0.84 | 0.17 |
| Hex | 4F | 4C | 7 | 0 | 4 | 5B | 45 | 3A | 54 | 11 |
| Octal | 117 | 114 | 7 | 0 | 4 | 133 | 105 | 72 | 124 | 21 |
| Binary | 1001111 | 1001100 | 111 | 0 | 100 | 1011011 | 1000101 | 111010 | 1010100 | 10001 |
Color Harmonies of #4F4C07
Complementary color
Monochromatic Colors of #4F4C07
Black with #4F4C07
Text Example
Text Example
White with #4F4C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4C07; }
p { color: rgb(79,76,7); }
H1.HeaderClassName
{
color: #4F4C07;
}
.AnyTagClassName
{
color: #4F4C07;
}
</style>
background-color css
<style>
a { background-color: #4F4C07; }
a { background-color: rgb(79,76,7); }
div.DivClassName
{
background-color: #4F4C07;
}
.BgClassName
{
background-color: #4F4C07;
}
</style>
border-color css
<style>
span { border-color: #4F4C07; }
span { border-color: rgb(79,76,7); }
td.TdClassName
{
border-color: #4F4C07;
}
.TagClassName
{
border-color: #4F4C07;
}
</style>