Shades of Verdun Green #4F5104
Tints of Verdun Green #4F5104
RGB
CMYK
RGB Variations
Color information
#4F5104 (or 0x4F5104) is known color: Verdun Green. HEX triplet: 4F, 51 and 04. RGB value is (79,81,4). Sum of RGB (Red+Green+Blue) = 79+81+4=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5104 is #B0AEFB. Grayscale: #474747. Windows color (decimal): -11579132 or 282959. OLE color: 282959.
HSL color Cylindrical-coordinate representation of color #4F5104: hue angle of 61.56º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F5104 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 81 | 4 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.68 |
| HSL | 61.56º | 0.91% | 0.17% | - |
| HSV(B) | 61.56º | 0.95% | 0.32% | - |
| XYZ | 6.19 | 7.56 | 1.25 | - |
| YUV | 71.62 | 89.84 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 4 | 0.02 | 0 | 0.95 | 0.68 | 61.56 | 0.91 | 0.17 |
| Hex | 4F | 51 | 4 | 2 | 0 | 5F | 44 | 3E | 5B | 11 |
| Octal | 117 | 121 | 4 | 2 | 0 | 137 | 104 | 76 | 133 | 21 |
| Binary | 1001111 | 1010001 | 100 | 10 | 0 | 1011111 | 1000100 | 111110 | 1011011 | 10001 |
Color Harmonies of #4F5104
Complementary color
Monochromatic Colors of #4F5104
Black with #4F5104
Text Example
Text Example
White with #4F5104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5104; }
p { color: rgb(79,81,4); }
H1.HeaderClassName
{
color: #4F5104;
}
.AnyTagClassName
{
color: #4F5104;
}
</style>
background-color css
<style>
a { background-color: #4F5104; }
a { background-color: rgb(79,81,4); }
div.DivClassName
{
background-color: #4F5104;
}
.BgClassName
{
background-color: #4F5104;
}
</style>
border-color css
<style>
span { border-color: #4F5104; }
span { border-color: rgb(79,81,4); }
td.TdClassName
{
border-color: #4F5104;
}
.TagClassName
{
border-color: #4F5104;
}
</style>