Shades of Verdun Green #3F6909
Tints of Verdun Green #3F6909
RGB
CMYK
RGB Variations
Color information
#3F6909 (or 0x3F6909) is known color: Verdun Green. HEX triplet: 3F, 69 and 09. RGB value is (63,105,9). Sum of RGB (Red+Green+Blue) = 63+105+9=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6909 is #C096F6. Grayscale: #515151. Windows color (decimal): -12621559 or 616767. OLE color: 616767.
HSL color Cylindrical-coordinate representation of color #3F6909: hue angle of 86.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F6909 is Cyan = 0.4, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 9 | - |
| CMYK | 0.4 | 0 | 0.91 | 0.59 |
| HSL | 86.25º | 0.84% | 0.22% | - |
| HSV(B) | 86.25º | 0.91% | 0.41% | - |
| XYZ | 7.15 | 11.18 | 2.04 | - |
| YUV | 81.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 9 | 0.4 | 0 | 0.91 | 0.59 | 86.25 | 0.84 | 0.22 |
| Hex | 3F | 69 | 9 | 28 | 0 | 5B | 3B | 56 | 54 | 16 |
| Octal | 77 | 151 | 11 | 50 | 0 | 133 | 73 | 126 | 124 | 26 |
| Binary | 111111 | 1101001 | 1001 | 101000 | 0 | 1011011 | 111011 | 1010110 | 1010100 | 10110 |
Color Harmonies of #3F6909
Complementary color
Monochromatic Colors of #3F6909
Black with #3F6909
Text Example
Text Example
White with #3F6909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6909; }
p { color: rgb(63,105,9); }
H1.HeaderClassName
{
color: #3F6909;
}
.AnyTagClassName
{
color: #3F6909;
}
</style>
background-color css
<style>
a { background-color: #3F6909; }
a { background-color: rgb(63,105,9); }
div.DivClassName
{
background-color: #3F6909;
}
.BgClassName
{
background-color: #3F6909;
}
</style>
border-color css
<style>
span { border-color: #3F6909; }
span { border-color: rgb(63,105,9); }
td.TdClassName
{
border-color: #3F6909;
}
.TagClassName
{
border-color: #3F6909;
}
</style>