Shades of Verdun Green #3F4611
Tints of Verdun Green #3F4611
RGB
CMYK
RGB Variations
Color information
#3F4611 (or 0x3F4611) is known color: Verdun Green. HEX triplet: 3F, 46 and 11. RGB value is (63,70,17). Sum of RGB (Red+Green+Blue) = 63+70+17=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #3F4611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4611 is #C0B9EE. Grayscale: #3E3E3E. Windows color (decimal): -12630511 or 1132095. OLE color: 1132095.
HSL color Cylindrical-coordinate representation of color #3F4611: hue angle of 67.92º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F4611 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 70 | 17 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.73 |
| HSL | 67.92º | 0.61% | 0.17% | - |
| HSV(B) | 67.92º | 0.76% | 0.27% | - |
| XYZ | 4.34 | 5.48 | 1.36 | - |
| YUV | 61.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 17 | 0.10 | 0 | 0.76 | 0.73 | 67.92 | 0.61 | 0.17 |
| Hex | 3F | 46 | 11 | A | 0 | 4C | 49 | 44 | 3D | 11 |
| Octal | 77 | 106 | 21 | 12 | 0 | 114 | 111 | 104 | 75 | 21 |
| Binary | 111111 | 1000110 | 10001 | 1010 | 0 | 1001100 | 1001001 | 1000100 | 111101 | 10001 |
Color Harmonies of #3F4611
Complementary color
Monochromatic Colors of #3F4611
Black with #3F4611
Text Example
Text Example
White with #3F4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4611; }
p { color: rgb(63,70,17); }
H1.HeaderClassName
{
color: #3F4611;
}
.AnyTagClassName
{
color: #3F4611;
}
</style>
background-color css
<style>
a { background-color: #3F4611; }
a { background-color: rgb(63,70,17); }
div.DivClassName
{
background-color: #3F4611;
}
.BgClassName
{
background-color: #3F4611;
}
</style>
border-color css
<style>
span { border-color: #3F4611; }
span { border-color: rgb(63,70,17); }
td.TdClassName
{
border-color: #3F4611;
}
.TagClassName
{
border-color: #3F4611;
}
</style>