Shades of Verdun Green #4F510B
Tints of Verdun Green #4F510B
RGB
CMYK
RGB Variations
Color information
#4F510B (or 0x4F510B) is known color: Verdun Green. HEX triplet: 4F, 51 and 0B. RGB value is (79,81,11). Sum of RGB (Red+Green+Blue) = 79+81+11=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #4F510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F510B is #B0AEF4. Grayscale: #484848. Windows color (decimal): -11579125 or 741711. OLE color: 741711.
HSL color Cylindrical-coordinate representation of color #4F510B: hue angle of 61.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F510B is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 81 | 11 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.68 |
| HSL | 61.71º | 0.76% | 0.18% | - |
| HSV(B) | 61.71º | 0.86% | 0.32% | - |
| XYZ | 6.23 | 7.57 | 1.45 | - |
| YUV | 72.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 11 | 0.02 | 0 | 0.86 | 0.68 | 61.71 | 0.76 | 0.18 |
| Hex | 4F | 51 | B | 2 | 0 | 56 | 44 | 3E | 4C | 12 |
| Octal | 117 | 121 | 13 | 2 | 0 | 126 | 104 | 76 | 114 | 22 |
| Binary | 1001111 | 1010001 | 1011 | 10 | 0 | 1010110 | 1000100 | 111110 | 1001100 | 10010 |
Color Harmonies of #4F510B
Complementary color
Monochromatic Colors of #4F510B
Black with #4F510B
Text Example
Text Example
White with #4F510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F510B; }
p { color: rgb(79,81,11); }
H1.HeaderClassName
{
color: #4F510B;
}
.AnyTagClassName
{
color: #4F510B;
}
</style>
background-color css
<style>
a { background-color: #4F510B; }
a { background-color: rgb(79,81,11); }
div.DivClassName
{
background-color: #4F510B;
}
.BgClassName
{
background-color: #4F510B;
}
</style>
border-color css
<style>
span { border-color: #4F510B; }
span { border-color: rgb(79,81,11); }
td.TdClassName
{
border-color: #4F510B;
}
.TagClassName
{
border-color: #4F510B;
}
</style>