Shades of Verdun Green #4F510F
Tints of Verdun Green #4F510F
RGB
CMYK
RGB Variations
Color information
#4F510F (or 0x4F510F) is known color: Verdun Green. HEX triplet: 4F, 51 and 0F. RGB value is (79,81,15). Sum of RGB (Red+Green+Blue) = 79+81+15=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #4F510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F510F is #B0AEF0. Grayscale: #494949. Windows color (decimal): -11579121 or 1003855. OLE color: 1003855.
HSL color Cylindrical-coordinate representation of color #4F510F: hue angle of 61.82º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F510F is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 81 | 15 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.68 |
| HSL | 61.82º | 0.69% | 0.19% | - |
| HSV(B) | 61.82º | 0.81% | 0.32% | - |
| XYZ | 6.25 | 7.58 | 1.59 | - |
| YUV | 72.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 15 | 0.02 | 0 | 0.81 | 0.68 | 61.82 | 0.69 | 0.19 |
| Hex | 4F | 51 | F | 2 | 0 | 51 | 44 | 3E | 45 | 13 |
| Octal | 117 | 121 | 17 | 2 | 0 | 121 | 104 | 76 | 105 | 23 |
| Binary | 1001111 | 1010001 | 1111 | 10 | 0 | 1010001 | 1000100 | 111110 | 1000101 | 10011 |
Color Harmonies of #4F510F
Complementary color
Monochromatic Colors of #4F510F
Black with #4F510F
Text Example
Text Example
White with #4F510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F510F; }
p { color: rgb(79,81,15); }
H1.HeaderClassName
{
color: #4F510F;
}
.AnyTagClassName
{
color: #4F510F;
}
</style>
background-color css
<style>
a { background-color: #4F510F; }
a { background-color: rgb(79,81,15); }
div.DivClassName
{
background-color: #4F510F;
}
.BgClassName
{
background-color: #4F510F;
}
</style>
border-color css
<style>
span { border-color: #4F510F; }
span { border-color: rgb(79,81,15); }
td.TdClassName
{
border-color: #4F510F;
}
.TagClassName
{
border-color: #4F510F;
}
</style>