Shades of Verdun Green #3F5417
Tints of Verdun Green #3F5417
RGB
CMYK
RGB Variations
Color information
#3F5417 (or 0x3F5417) is known color: Verdun Green. HEX triplet: 3F, 54 and 17. RGB value is (63,84,23). Sum of RGB (Red+Green+Blue) = 63+84+23=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5417 is #C0ABE8. Grayscale: #464646. Windows color (decimal): -12626921 or 1528895. OLE color: 1528895.
HSL color Cylindrical-coordinate representation of color #3F5417: hue angle of 80.66º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F5417 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 23 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.67 |
| HSL | 80.66º | 0.57% | 0.21% | - |
| HSV(B) | 80.66º | 0.73% | 0.33% | - |
| XYZ | 5.37 | 7.46 | 1.97 | - |
| YUV | 70.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 23 | 0.25 | 0 | 0.73 | 0.67 | 80.66 | 0.57 | 0.21 |
| Hex | 3F | 54 | 17 | 19 | 0 | 49 | 43 | 51 | 39 | 15 |
| Octal | 77 | 124 | 27 | 31 | 0 | 111 | 103 | 121 | 71 | 25 |
| Binary | 111111 | 1010100 | 10111 | 11001 | 0 | 1001001 | 1000011 | 1010001 | 111001 | 10101 |
Color Harmonies of #3F5417
Complementary color
Monochromatic Colors of #3F5417
Black with #3F5417
Text Example
Text Example
White with #3F5417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5417; }
p { color: rgb(63,84,23); }
H1.HeaderClassName
{
color: #3F5417;
}
.AnyTagClassName
{
color: #3F5417;
}
</style>
background-color css
<style>
a { background-color: #3F5417; }
a { background-color: rgb(63,84,23); }
div.DivClassName
{
background-color: #3F5417;
}
.BgClassName
{
background-color: #3F5417;
}
</style>
border-color css
<style>
span { border-color: #3F5417; }
span { border-color: rgb(63,84,23); }
td.TdClassName
{
border-color: #3F5417;
}
.TagClassName
{
border-color: #3F5417;
}
</style>