Shades of Verdun Green #3F6409
Tints of Verdun Green #3F6409
RGB
CMYK
RGB Variations
Color information
#3F6409 (or 0x3F6409) is known color: Verdun Green. HEX triplet: 3F, 64 and 09. RGB value is (63,100,9). Sum of RGB (Red+Green+Blue) = 63+100+9=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #3F6409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6409 is #C09BF6. Grayscale: #4E4E4E. Windows color (decimal): -12622839 or 615487. OLE color: 615487.
HSL color Cylindrical-coordinate representation of color #3F6409: hue angle of 84.4º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F6409 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 100 | 9 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.61 |
| HSL | 84.4º | 0.83% | 0.21% | - |
| HSV(B) | 84.4º | 0.91% | 0.39% | - |
| XYZ | 6.66 | 10.19 | 1.87 | - |
| YUV | 78.56 | 88.74 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 9 | 0.37 | 0 | 0.91 | 0.61 | 84.4 | 0.83 | 0.21 |
| Hex | 3F | 64 | 9 | 25 | 0 | 5B | 3D | 54 | 53 | 15 |
| Octal | 77 | 144 | 11 | 45 | 0 | 133 | 75 | 124 | 123 | 25 |
| Binary | 111111 | 1100100 | 1001 | 100101 | 0 | 1011011 | 111101 | 1010100 | 1010011 | 10101 |
Color Harmonies of #3F6409
Complementary color
Monochromatic Colors of #3F6409
Black with #3F6409
Text Example
Text Example
White with #3F6409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6409; }
p { color: rgb(63,100,9); }
H1.HeaderClassName
{
color: #3F6409;
}
.AnyTagClassName
{
color: #3F6409;
}
</style>
background-color css
<style>
a { background-color: #3F6409; }
a { background-color: rgb(63,100,9); }
div.DivClassName
{
background-color: #3F6409;
}
.BgClassName
{
background-color: #3F6409;
}
</style>
border-color css
<style>
span { border-color: #3F6409; }
span { border-color: rgb(63,100,9); }
td.TdClassName
{
border-color: #3F6409;
}
.TagClassName
{
border-color: #3F6409;
}
</style>