Shades of Verdun Green #3F5611
Tints of Verdun Green #3F5611
RGB
CMYK
RGB Variations
Color information
#3F5611 (or 0x3F5611) is known color: Verdun Green. HEX triplet: 3F, 56 and 11. RGB value is (63,86,17). Sum of RGB (Red+Green+Blue) = 63+86+17=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5611 is #C0A9EE. Grayscale: #474747. Windows color (decimal): -12626415 or 1136191. OLE color: 1136191.
HSL color Cylindrical-coordinate representation of color #3F5611: hue angle of 80º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F5611 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 86 | 17 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.66 |
| HSL | 80º | 0.67% | 0.2% | - |
| HSV(B) | 80º | 0.8% | 0.34% | - |
| XYZ | 5.48 | 7.75 | 1.74 | - |
| YUV | 71.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 17 | 0.27 | 0 | 0.80 | 0.66 | 80 | 0.67 | 0.2 |
| Hex | 3F | 56 | 11 | 1B | 0 | 50 | 42 | 50 | 43 | 14 |
| Octal | 77 | 126 | 21 | 33 | 0 | 120 | 102 | 120 | 103 | 24 |
| Binary | 111111 | 1010110 | 10001 | 11011 | 0 | 1010000 | 1000010 | 1010000 | 1000011 | 10100 |
Color Harmonies of #3F5611
Complementary color
Monochromatic Colors of #3F5611
Black with #3F5611
Text Example
Text Example
White with #3F5611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5611; }
p { color: rgb(63,86,17); }
H1.HeaderClassName
{
color: #3F5611;
}
.AnyTagClassName
{
color: #3F5611;
}
</style>
background-color css
<style>
a { background-color: #3F5611; }
a { background-color: rgb(63,86,17); }
div.DivClassName
{
background-color: #3F5611;
}
.BgClassName
{
background-color: #3F5611;
}
</style>
border-color css
<style>
span { border-color: #3F5611; }
span { border-color: rgb(63,86,17); }
td.TdClassName
{
border-color: #3F5611;
}
.TagClassName
{
border-color: #3F5611;
}
</style>