Shades of Verdun Green #3F470D
Tints of Verdun Green #3F470D
RGB
CMYK
RGB Variations
Color information
#3F470D (or 0x3F470D) is known color: Verdun Green. HEX triplet: 3F, 47 and 0D. RGB value is (63,71,13). Sum of RGB (Red+Green+Blue) = 63+71+13=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #3F470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F470D is #C0B8F2. Grayscale: #3E3E3E. Windows color (decimal): -12630259 or 870207. OLE color: 870207.
HSL color Cylindrical-coordinate representation of color #3F470D: hue angle of 68.28º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F470D is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 13 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.72 |
| HSL | 68.28º | 0.69% | 0.16% | - |
| HSV(B) | 68.28º | 0.82% | 0.28% | - |
| XYZ | 4.38 | 5.59 | 1.23 | - |
| YUV | 62 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 13 | 0.11 | 0 | 0.82 | 0.72 | 68.28 | 0.69 | 0.16 |
| Hex | 3F | 47 | D | B | 0 | 52 | 48 | 44 | 45 | 10 |
| Octal | 77 | 107 | 15 | 13 | 0 | 122 | 110 | 104 | 105 | 20 |
| Binary | 111111 | 1000111 | 1101 | 1011 | 0 | 1010010 | 1001000 | 1000100 | 1000101 | 10000 |
Color Harmonies of #3F470D
Complementary color
Monochromatic Colors of #3F470D
Black with #3F470D
Text Example
Text Example
White with #3F470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F470D; }
p { color: rgb(63,71,13); }
H1.HeaderClassName
{
color: #3F470D;
}
.AnyTagClassName
{
color: #3F470D;
}
</style>
background-color css
<style>
a { background-color: #3F470D; }
a { background-color: rgb(63,71,13); }
div.DivClassName
{
background-color: #3F470D;
}
.BgClassName
{
background-color: #3F470D;
}
</style>
border-color css
<style>
span { border-color: #3F470D; }
span { border-color: rgb(63,71,13); }
td.TdClassName
{
border-color: #3F470D;
}
.TagClassName
{
border-color: #3F470D;
}
</style>