Shades of Verdun Green #3F5409
Tints of Verdun Green #3F5409
RGB
CMYK
RGB Variations
Color information
#3F5409 (or 0x3F5409) is known color: Verdun Green. HEX triplet: 3F, 54 and 09. RGB value is (63,84,9). Sum of RGB (Red+Green+Blue) = 63+84+9=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5409 is #C0ABF6. Grayscale: #454545. Windows color (decimal): -12626935 or 611391. OLE color: 611391.
HSL color Cylindrical-coordinate representation of color #3F5409: hue angle of 76.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F5409 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 9 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.67 |
| HSL | 76.8º | 0.81% | 0.18% | - |
| HSV(B) | 76.8º | 0.89% | 0.33% | - |
| XYZ | 5.27 | 7.42 | 1.41 | - |
| YUV | 69.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 9 | 0.25 | 0 | 0.89 | 0.67 | 76.8 | 0.81 | 0.18 |
| Hex | 3F | 54 | 9 | 19 | 0 | 59 | 43 | 4D | 51 | 12 |
| Octal | 77 | 124 | 11 | 31 | 0 | 131 | 103 | 115 | 121 | 22 |
| Binary | 111111 | 1010100 | 1001 | 11001 | 0 | 1011001 | 1000011 | 1001101 | 1010001 | 10010 |
Color Harmonies of #3F5409
Complementary color
Monochromatic Colors of #3F5409
Black with #3F5409
Text Example
Text Example
White with #3F5409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5409; }
p { color: rgb(63,84,9); }
H1.HeaderClassName
{
color: #3F5409;
}
.AnyTagClassName
{
color: #3F5409;
}
</style>
background-color css
<style>
a { background-color: #3F5409; }
a { background-color: rgb(63,84,9); }
div.DivClassName
{
background-color: #3F5409;
}
.BgClassName
{
background-color: #3F5409;
}
</style>
border-color css
<style>
span { border-color: #3F5409; }
span { border-color: rgb(63,84,9); }
td.TdClassName
{
border-color: #3F5409;
}
.TagClassName
{
border-color: #3F5409;
}
</style>