Shades of Verdun Green #3F560D
Tints of Verdun Green #3F560D
RGB
CMYK
RGB Variations
Color information
#3F560D (or 0x3F560D) is known color: Verdun Green. HEX triplet: 3F, 56 and 0D. RGB value is (63,86,13). Sum of RGB (Red+Green+Blue) = 63+86+13=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #3F560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F560D is #C0A9F2. Grayscale: #474747. Windows color (decimal): -12626419 or 874047. OLE color: 874047.
HSL color Cylindrical-coordinate representation of color #3F560D: hue angle of 78.9º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F560D is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 86 | 13 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.66 |
| HSL | 78.9º | 0.74% | 0.19% | - |
| HSV(B) | 78.9º | 0.85% | 0.34% | - |
| XYZ | 5.45 | 7.74 | 1.59 | - |
| YUV | 70.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 13 | 0.27 | 0 | 0.85 | 0.66 | 78.9 | 0.74 | 0.19 |
| Hex | 3F | 56 | D | 1B | 0 | 55 | 42 | 4F | 4A | 13 |
| Octal | 77 | 126 | 15 | 33 | 0 | 125 | 102 | 117 | 112 | 23 |
| Binary | 111111 | 1010110 | 1101 | 11011 | 0 | 1010101 | 1000010 | 1001111 | 1001010 | 10011 |
Color Harmonies of #3F560D
Complementary color
Monochromatic Colors of #3F560D
Black with #3F560D
Text Example
Text Example
White with #3F560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F560D; }
p { color: rgb(63,86,13); }
H1.HeaderClassName
{
color: #3F560D;
}
.AnyTagClassName
{
color: #3F560D;
}
</style>
background-color css
<style>
a { background-color: #3F560D; }
a { background-color: rgb(63,86,13); }
div.DivClassName
{
background-color: #3F560D;
}
.BgClassName
{
background-color: #3F560D;
}
</style>
border-color css
<style>
span { border-color: #3F560D; }
span { border-color: rgb(63,86,13); }
td.TdClassName
{
border-color: #3F560D;
}
.TagClassName
{
border-color: #3F560D;
}
</style>