Shades of Verdun Green #4F5012
Tints of Verdun Green #4F5012
RGB
CMYK
RGB Variations
Color information
#4F5012 (or 0x4F5012) is known color: Verdun Green. HEX triplet: 4F, 50 and 12. RGB value is (79,80,18). Sum of RGB (Red+Green+Blue) = 79+80+18=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5012 is #B0AFED. Grayscale: #484848. Windows color (decimal): -11579374 or 1200207. OLE color: 1200207.
HSL color Cylindrical-coordinate representation of color #4F5012: hue angle of 60.97º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F5012 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 80 | 18 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.69 |
| HSL | 60.97º | 0.63% | 0.19% | - |
| HSV(B) | 60.97º | 0.78% | 0.31% | - |
| XYZ | 6.2 | 7.44 | 1.68 | - |
| YUV | 72.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 18 | 0.01 | 0 | 0.78 | 0.69 | 60.97 | 0.63 | 0.19 |
| Hex | 4F | 50 | 12 | 1 | 0 | 4E | 45 | 3D | 3F | 13 |
| Octal | 117 | 120 | 22 | 1 | 0 | 116 | 105 | 75 | 77 | 23 |
| Binary | 1001111 | 1010000 | 10010 | 1 | 0 | 1001110 | 1000101 | 111101 | 111111 | 10011 |
Color Harmonies of #4F5012
Complementary color
Monochromatic Colors of #4F5012
Black with #4F5012
Text Example
Text Example
White with #4F5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5012; }
p { color: rgb(79,80,18); }
H1.HeaderClassName
{
color: #4F5012;
}
.AnyTagClassName
{
color: #4F5012;
}
</style>
background-color css
<style>
a { background-color: #4F5012; }
a { background-color: rgb(79,80,18); }
div.DivClassName
{
background-color: #4F5012;
}
.BgClassName
{
background-color: #4F5012;
}
</style>
border-color css
<style>
span { border-color: #4F5012; }
span { border-color: rgb(79,80,18); }
td.TdClassName
{
border-color: #4F5012;
}
.TagClassName
{
border-color: #4F5012;
}
</style>