Shades of Verdun Green #3F5714
Tints of Verdun Green #3F5714
RGB
CMYK
RGB Variations
Color information
#3F5714 (or 0x3F5714) is known color: Verdun Green. HEX triplet: 3F, 57 and 14. RGB value is (63,87,20). Sum of RGB (Red+Green+Blue) = 63+87+20=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5714 is #C0A8EB. Grayscale: #484848. Windows color (decimal): -12626156 or 1333055. OLE color: 1333055.
HSL color Cylindrical-coordinate representation of color #3F5714: hue angle of 81.49º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F5714 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 20 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.66 |
| HSL | 81.49º | 0.63% | 0.21% | - |
| HSV(B) | 81.49º | 0.77% | 0.34% | - |
| XYZ | 5.58 | 7.92 | 1.9 | - |
| YUV | 72.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 20 | 0.28 | 0 | 0.77 | 0.66 | 81.49 | 0.63 | 0.21 |
| Hex | 3F | 57 | 14 | 1C | 0 | 4D | 42 | 51 | 3F | 15 |
| Octal | 77 | 127 | 24 | 34 | 0 | 115 | 102 | 121 | 77 | 25 |
| Binary | 111111 | 1010111 | 10100 | 11100 | 0 | 1001101 | 1000010 | 1010001 | 111111 | 10101 |
Color Harmonies of #3F5714
Complementary color
Monochromatic Colors of #3F5714
Black with #3F5714
Text Example
Text Example
White with #3F5714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5714; }
p { color: rgb(63,87,20); }
H1.HeaderClassName
{
color: #3F5714;
}
.AnyTagClassName
{
color: #3F5714;
}
</style>
background-color css
<style>
a { background-color: #3F5714; }
a { background-color: rgb(63,87,20); }
div.DivClassName
{
background-color: #3F5714;
}
.BgClassName
{
background-color: #3F5714;
}
</style>
border-color css
<style>
span { border-color: #3F5714; }
span { border-color: rgb(63,87,20); }
td.TdClassName
{
border-color: #3F5714;
}
.TagClassName
{
border-color: #3F5714;
}
</style>