Shades of Verdun Green #3F490F
Tints of Verdun Green #3F490F
RGB
CMYK
RGB Variations
Color information
#3F490F (or 0x3F490F) is known color: Verdun Green. HEX triplet: 3F, 49 and 0F. RGB value is (63,73,15). Sum of RGB (Red+Green+Blue) = 63+73+15=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #3F490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F490F is #C0B6F0. Grayscale: #3F3F3F. Windows color (decimal): -12629745 or 1001791. OLE color: 1001791.
HSL color Cylindrical-coordinate representation of color #3F490F: hue angle of 70.34º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F490F is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 73 | 15 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.71 |
| HSL | 70.34º | 0.66% | 0.17% | - |
| HSV(B) | 70.34º | 0.79% | 0.29% | - |
| XYZ | 4.52 | 5.86 | 1.34 | - |
| YUV | 63.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 15 | 0.14 | 0 | 0.79 | 0.71 | 70.34 | 0.66 | 0.17 |
| Hex | 3F | 49 | F | E | 0 | 4F | 47 | 46 | 42 | 11 |
| Octal | 77 | 111 | 17 | 16 | 0 | 117 | 107 | 106 | 102 | 21 |
| Binary | 111111 | 1001001 | 1111 | 1110 | 0 | 1001111 | 1000111 | 1000110 | 1000010 | 10001 |
Color Harmonies of #3F490F
Complementary color
Monochromatic Colors of #3F490F
Black with #3F490F
Text Example
Text Example
White with #3F490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F490F; }
p { color: rgb(63,73,15); }
H1.HeaderClassName
{
color: #3F490F;
}
.AnyTagClassName
{
color: #3F490F;
}
</style>
background-color css
<style>
a { background-color: #3F490F; }
a { background-color: rgb(63,73,15); }
div.DivClassName
{
background-color: #3F490F;
}
.BgClassName
{
background-color: #3F490F;
}
</style>
border-color css
<style>
span { border-color: #3F490F; }
span { border-color: rgb(63,73,15); }
td.TdClassName
{
border-color: #3F490F;
}
.TagClassName
{
border-color: #3F490F;
}
</style>