Shades of Verdun Green #4F6013
Tints of Verdun Green #4F6013
RGB
CMYK
RGB Variations
Color information
#4F6013 (or 0x4F6013) is known color: Verdun Green. HEX triplet: 4F, 60 and 13. RGB value is (79,96,19). Sum of RGB (Red+Green+Blue) = 79+96+19=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6013 is #B09FEC. Grayscale: #525252. Windows color (decimal): -11575277 or 1269839. OLE color: 1269839.
HSL color Cylindrical-coordinate representation of color #4F6013: hue angle of 73.25º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F6013 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 19 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.62 |
| HSL | 73.25º | 0.67% | 0.23% | - |
| HSV(B) | 73.25º | 0.8% | 0.38% | - |
| XYZ | 7.52 | 10.08 | 2.16 | - |
| YUV | 82.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 19 | 0.18 | 0 | 0.80 | 0.62 | 73.25 | 0.67 | 0.23 |
| Hex | 4F | 60 | 13 | 12 | 0 | 50 | 3E | 49 | 43 | 17 |
| Octal | 117 | 140 | 23 | 22 | 0 | 120 | 76 | 111 | 103 | 27 |
| Binary | 1001111 | 1100000 | 10011 | 10010 | 0 | 1010000 | 111110 | 1001001 | 1000011 | 10111 |
Color Harmonies of #4F6013
Complementary color
Monochromatic Colors of #4F6013
Black with #4F6013
Text Example
Text Example
White with #4F6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6013; }
p { color: rgb(79,96,19); }
H1.HeaderClassName
{
color: #4F6013;
}
.AnyTagClassName
{
color: #4F6013;
}
</style>
background-color css
<style>
a { background-color: #4F6013; }
a { background-color: rgb(79,96,19); }
div.DivClassName
{
background-color: #4F6013;
}
.BgClassName
{
background-color: #4F6013;
}
</style>
border-color css
<style>
span { border-color: #4F6013; }
span { border-color: rgb(79,96,19); }
td.TdClassName
{
border-color: #4F6013;
}
.TagClassName
{
border-color: #4F6013;
}
</style>