Shades of Verdun Green #4F6313
Tints of Verdun Green #4F6313
RGB
CMYK
RGB Variations
Color information
#4F6313 (or 0x4F6313) is known color: Verdun Green. HEX triplet: 4F, 63 and 13. RGB value is (79,99,19). Sum of RGB (Red+Green+Blue) = 79+99+19=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #4F6313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6313 is #B09CEC. Grayscale: #545454. Windows color (decimal): -11574509 or 1270607. OLE color: 1270607.
HSL color Cylindrical-coordinate representation of color #4F6313: hue angle of 75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F6313 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 99 | 19 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.61 |
| HSL | 75º | 0.68% | 0.23% | - |
| HSV(B) | 75º | 0.81% | 0.39% | - |
| XYZ | 7.8 | 10.63 | 2.26 | - |
| YUV | 83.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 99 | 19 | 0.20 | 0 | 0.81 | 0.61 | 75 | 0.68 | 0.23 |
| Hex | 4F | 63 | 13 | 14 | 0 | 51 | 3D | 4B | 44 | 17 |
| Octal | 117 | 143 | 23 | 24 | 0 | 121 | 75 | 113 | 104 | 27 |
| Binary | 1001111 | 1100011 | 10011 | 10100 | 0 | 1010001 | 111101 | 1001011 | 1000100 | 10111 |
Color Harmonies of #4F6313
Complementary color
Monochromatic Colors of #4F6313
Black with #4F6313
Text Example
Text Example
White with #4F6313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6313; }
p { color: rgb(79,99,19); }
H1.HeaderClassName
{
color: #4F6313;
}
.AnyTagClassName
{
color: #4F6313;
}
</style>
background-color css
<style>
a { background-color: #4F6313; }
a { background-color: rgb(79,99,19); }
div.DivClassName
{
background-color: #4F6313;
}
.BgClassName
{
background-color: #4F6313;
}
</style>
border-color css
<style>
span { border-color: #4F6313; }
span { border-color: rgb(79,99,19); }
td.TdClassName
{
border-color: #4F6313;
}
.TagClassName
{
border-color: #4F6313;
}
</style>