Shades of Verdun Green #4F500F
Tints of Verdun Green #4F500F
RGB
CMYK
RGB Variations
Color information
#4F500F (or 0x4F500F) is known color: Verdun Green. HEX triplet: 4F, 50 and 0F. RGB value is (79,80,15). Sum of RGB (Red+Green+Blue) = 79+80+15=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #4F500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F500F is #B0AFF0. Grayscale: #484848. Windows color (decimal): -11579377 or 1003599. OLE color: 1003599.
HSL color Cylindrical-coordinate representation of color #4F500F: hue angle of 60.92º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F500F is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 80 | 15 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.69 |
| HSL | 60.92º | 0.68% | 0.19% | - |
| HSV(B) | 60.92º | 0.81% | 0.31% | - |
| XYZ | 6.18 | 7.43 | 1.56 | - |
| YUV | 72.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 15 | 0.01 | 0 | 0.81 | 0.69 | 60.92 | 0.68 | 0.19 |
| Hex | 4F | 50 | F | 1 | 0 | 51 | 45 | 3D | 44 | 13 |
| Octal | 117 | 120 | 17 | 1 | 0 | 121 | 105 | 75 | 104 | 23 |
| Binary | 1001111 | 1010000 | 1111 | 1 | 0 | 1010001 | 1000101 | 111101 | 1000100 | 10011 |
Color Harmonies of #4F500F
Complementary color
Monochromatic Colors of #4F500F
Black with #4F500F
Text Example
Text Example
White with #4F500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F500F; }
p { color: rgb(79,80,15); }
H1.HeaderClassName
{
color: #4F500F;
}
.AnyTagClassName
{
color: #4F500F;
}
</style>
background-color css
<style>
a { background-color: #4F500F; }
a { background-color: rgb(79,80,15); }
div.DivClassName
{
background-color: #4F500F;
}
.BgClassName
{
background-color: #4F500F;
}
</style>
border-color css
<style>
span { border-color: #4F500F; }
span { border-color: rgb(79,80,15); }
td.TdClassName
{
border-color: #4F500F;
}
.TagClassName
{
border-color: #4F500F;
}
</style>