Shades of Verdun Green #4F5705
Tints of Verdun Green #4F5705
RGB
CMYK
RGB Variations
Color information
#4F5705 (or 0x4F5705) is known color: Verdun Green. HEX triplet: 4F, 57 and 05. RGB value is (79,87,5). Sum of RGB (Red+Green+Blue) = 79+87+5=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5705 is #B0A8FA. Grayscale: #4B4B4B. Windows color (decimal): -11577595 or 350031. OLE color: 350031.
HSL color Cylindrical-coordinate representation of color #4F5705: hue angle of 65.85º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F5705 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 87 | 5 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.66 |
| HSL | 65.85º | 0.89% | 0.18% | - |
| HSV(B) | 65.85º | 0.94% | 0.34% | - |
| XYZ | 6.66 | 8.49 | 1.43 | - |
| YUV | 75.26 | 88.35 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 5 | 0.09 | 0 | 0.94 | 0.66 | 65.85 | 0.89 | 0.18 |
| Hex | 4F | 57 | 5 | 9 | 0 | 5E | 42 | 42 | 59 | 12 |
| Octal | 117 | 127 | 5 | 11 | 0 | 136 | 102 | 102 | 131 | 22 |
| Binary | 1001111 | 1010111 | 101 | 1001 | 0 | 1011110 | 1000010 | 1000010 | 1011001 | 10010 |
Color Harmonies of #4F5705
Complementary color
Monochromatic Colors of #4F5705
Black with #4F5705
Text Example
Text Example
White with #4F5705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5705; }
p { color: rgb(79,87,5); }
H1.HeaderClassName
{
color: #4F5705;
}
.AnyTagClassName
{
color: #4F5705;
}
</style>
background-color css
<style>
a { background-color: #4F5705; }
a { background-color: rgb(79,87,5); }
div.DivClassName
{
background-color: #4F5705;
}
.BgClassName
{
background-color: #4F5705;
}
</style>
border-color css
<style>
span { border-color: #4F5705; }
span { border-color: rgb(79,87,5); }
td.TdClassName
{
border-color: #4F5705;
}
.TagClassName
{
border-color: #4F5705;
}
</style>