Shades of Verdun Green #4F5107
Tints of Verdun Green #4F5107
RGB
CMYK
RGB Variations
Color information
#4F5107 (or 0x4F5107) is known color: Verdun Green. HEX triplet: 4F, 51 and 07. RGB value is (79,81,7). Sum of RGB (Red+Green+Blue) = 79+81+7=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5107 is #B0AEF8. Grayscale: #484848. Windows color (decimal): -11579129 or 479567. OLE color: 479567.
HSL color Cylindrical-coordinate representation of color #4F5107: hue angle of 61.62º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F5107 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 81 | 7 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.68 |
| HSL | 61.62º | 0.84% | 0.17% | - |
| HSV(B) | 61.62º | 0.91% | 0.32% | - |
| XYZ | 6.21 | 7.56 | 1.33 | - |
| YUV | 71.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 7 | 0.02 | 0 | 0.91 | 0.68 | 61.62 | 0.84 | 0.17 |
| Hex | 4F | 51 | 7 | 2 | 0 | 5B | 44 | 3E | 54 | 11 |
| Octal | 117 | 121 | 7 | 2 | 0 | 133 | 104 | 76 | 124 | 21 |
| Binary | 1001111 | 1010001 | 111 | 10 | 0 | 1011011 | 1000100 | 111110 | 1010100 | 10001 |
Color Harmonies of #4F5107
Complementary color
Monochromatic Colors of #4F5107
Black with #4F5107
Text Example
Text Example
White with #4F5107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5107; }
p { color: rgb(79,81,7); }
H1.HeaderClassName
{
color: #4F5107;
}
.AnyTagClassName
{
color: #4F5107;
}
</style>
background-color css
<style>
a { background-color: #4F5107; }
a { background-color: rgb(79,81,7); }
div.DivClassName
{
background-color: #4F5107;
}
.BgClassName
{
background-color: #4F5107;
}
</style>
border-color css
<style>
span { border-color: #4F5107; }
span { border-color: rgb(79,81,7); }
td.TdClassName
{
border-color: #4F5107;
}
.TagClassName
{
border-color: #4F5107;
}
</style>