Shades of Verdun Green #3F4709
Tints of Verdun Green #3F4709
RGB
CMYK
RGB Variations
Color information
#3F4709 (or 0x3F4709) is known color: Verdun Green. HEX triplet: 3F, 47 and 09. RGB value is (63,71,9). Sum of RGB (Red+Green+Blue) = 63+71+9=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4709 is #C0B8F6. Grayscale: #3D3D3D. Windows color (decimal): -12630263 or 608063. OLE color: 608063.
HSL color Cylindrical-coordinate representation of color #3F4709: hue angle of 67.74º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F4709 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 9 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.72 |
| HSL | 67.74º | 0.78% | 0.16% | - |
| HSV(B) | 67.74º | 0.87% | 0.28% | - |
| XYZ | 4.35 | 5.58 | 1.11 | - |
| YUV | 61.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 9 | 0.11 | 0 | 0.87 | 0.72 | 67.74 | 0.78 | 0.16 |
| Hex | 3F | 47 | 9 | B | 0 | 57 | 48 | 44 | 4E | 10 |
| Octal | 77 | 107 | 11 | 13 | 0 | 127 | 110 | 104 | 116 | 20 |
| Binary | 111111 | 1000111 | 1001 | 1011 | 0 | 1010111 | 1001000 | 1000100 | 1001110 | 10000 |
Color Harmonies of #3F4709
Complementary color
Monochromatic Colors of #3F4709
Black with #3F4709
Text Example
Text Example
White with #3F4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4709; }
p { color: rgb(63,71,9); }
H1.HeaderClassName
{
color: #3F4709;
}
.AnyTagClassName
{
color: #3F4709;
}
</style>
background-color css
<style>
a { background-color: #3F4709; }
a { background-color: rgb(63,71,9); }
div.DivClassName
{
background-color: #3F4709;
}
.BgClassName
{
background-color: #3F4709;
}
</style>
border-color css
<style>
span { border-color: #3F4709; }
span { border-color: rgb(63,71,9); }
td.TdClassName
{
border-color: #3F4709;
}
.TagClassName
{
border-color: #3F4709;
}
</style>