Shades of Verdun Green #3F4811
Tints of Verdun Green #3F4811
RGB
CMYK
RGB Variations
Color information
#3F4811 (or 0x3F4811) is known color: Verdun Green. HEX triplet: 3F, 48 and 11. RGB value is (63,72,17). Sum of RGB (Red+Green+Blue) = 63+72+17=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4811 is #C0B7EE. Grayscale: #3F3F3F. Windows color (decimal): -12629999 or 1132607. OLE color: 1132607.
HSL color Cylindrical-coordinate representation of color #3F4811: hue angle of 69.82º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F4811 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 17 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.72 |
| HSL | 69.82º | 0.62% | 0.17% | - |
| HSV(B) | 69.82º | 0.76% | 0.28% | - |
| XYZ | 4.47 | 5.73 | 1.4 | - |
| YUV | 63.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 17 | 0.12 | 0 | 0.76 | 0.72 | 69.82 | 0.62 | 0.17 |
| Hex | 3F | 48 | 11 | C | 0 | 4C | 48 | 46 | 3E | 11 |
| Octal | 77 | 110 | 21 | 14 | 0 | 114 | 110 | 106 | 76 | 21 |
| Binary | 111111 | 1001000 | 10001 | 1100 | 0 | 1001100 | 1001000 | 1000110 | 111110 | 10001 |
Color Harmonies of #3F4811
Complementary color
Monochromatic Colors of #3F4811
Black with #3F4811
Text Example
Text Example
White with #3F4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4811; }
p { color: rgb(63,72,17); }
H1.HeaderClassName
{
color: #3F4811;
}
.AnyTagClassName
{
color: #3F4811;
}
</style>
background-color css
<style>
a { background-color: #3F4811; }
a { background-color: rgb(63,72,17); }
div.DivClassName
{
background-color: #3F4811;
}
.BgClassName
{
background-color: #3F4811;
}
</style>
border-color css
<style>
span { border-color: #3F4811; }
span { border-color: rgb(63,72,17); }
td.TdClassName
{
border-color: #3F4811;
}
.TagClassName
{
border-color: #3F4811;
}
</style>