Shades of Verdun Green #4F4804
Tints of Verdun Green #4F4804
RGB
CMYK
RGB Variations
Color information
#4F4804 (or 0x4F4804) is known color: Verdun Green. HEX triplet: 4F, 48 and 04. RGB value is (79,72,4). Sum of RGB (Red+Green+Blue) = 79+72+4=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4804 is #B0B7FB. Grayscale: #424242. Windows color (decimal): -11581436 or 280655. OLE color: 280655.
HSL color Cylindrical-coordinate representation of color #4F4804: hue angle of 54.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F4804 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 72 | 4 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.69 |
| HSL | 54.4º | 0.9% | 0.16% | - |
| HSV(B) | 54.4º | 0.95% | 0.31% | - |
| XYZ | 5.56 | 6.31 | 1.04 | - |
| YUV | 66.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 4 | 0 | 0.09 | 0.95 | 0.69 | 54.4 | 0.9 | 0.16 |
| Hex | 4F | 48 | 4 | 0 | 9 | 5F | 45 | 36 | 5A | 10 |
| Octal | 117 | 110 | 4 | 0 | 11 | 137 | 105 | 66 | 132 | 20 |
| Binary | 1001111 | 1001000 | 100 | 0 | 1001 | 1011111 | 1000101 | 110110 | 1011010 | 10000 |
Color Harmonies of #4F4804
Complementary color
Monochromatic Colors of #4F4804
Black with #4F4804
Text Example
Text Example
White with #4F4804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4804; }
p { color: rgb(79,72,4); }
H1.HeaderClassName
{
color: #4F4804;
}
.AnyTagClassName
{
color: #4F4804;
}
</style>
background-color css
<style>
a { background-color: #4F4804; }
a { background-color: rgb(79,72,4); }
div.DivClassName
{
background-color: #4F4804;
}
.BgClassName
{
background-color: #4F4804;
}
</style>
border-color css
<style>
span { border-color: #4F4804; }
span { border-color: rgb(79,72,4); }
td.TdClassName
{
border-color: #4F4804;
}
.TagClassName
{
border-color: #4F4804;
}
</style>