Shades of Verdun Green #4F5912
Tints of Verdun Green #4F5912
RGB
CMYK
RGB Variations
Color information
#4F5912 (or 0x4F5912) is known color: Verdun Green. HEX triplet: 4F, 59 and 12. RGB value is (79,89,18). Sum of RGB (Red+Green+Blue) = 79+89+18=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5912 is #B0A6ED. Grayscale: #4E4E4E. Windows color (decimal): -11577070 or 1202511. OLE color: 1202511.
HSL color Cylindrical-coordinate representation of color #4F5912: hue angle of 68.45º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F5912 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 89 | 18 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.65 |
| HSL | 68.45º | 0.66% | 0.21% | - |
| HSV(B) | 68.45º | 0.8% | 0.35% | - |
| XYZ | 6.91 | 8.85 | 1.92 | - |
| YUV | 77.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 18 | 0.11 | 0 | 0.80 | 0.65 | 68.45 | 0.66 | 0.21 |
| Hex | 4F | 59 | 12 | B | 0 | 50 | 41 | 44 | 42 | 15 |
| Octal | 117 | 131 | 22 | 13 | 0 | 120 | 101 | 104 | 102 | 25 |
| Binary | 1001111 | 1011001 | 10010 | 1011 | 0 | 1010000 | 1000001 | 1000100 | 1000010 | 10101 |
Color Harmonies of #4F5912
Complementary color
Monochromatic Colors of #4F5912
Black with #4F5912
Text Example
Text Example
White with #4F5912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5912; }
p { color: rgb(79,89,18); }
H1.HeaderClassName
{
color: #4F5912;
}
.AnyTagClassName
{
color: #4F5912;
}
</style>
background-color css
<style>
a { background-color: #4F5912; }
a { background-color: rgb(79,89,18); }
div.DivClassName
{
background-color: #4F5912;
}
.BgClassName
{
background-color: #4F5912;
}
</style>
border-color css
<style>
span { border-color: #4F5912; }
span { border-color: rgb(79,89,18); }
td.TdClassName
{
border-color: #4F5912;
}
.TagClassName
{
border-color: #4F5912;
}
</style>