Shades of Verdun Green #3F5914
Tints of Verdun Green #3F5914
RGB
CMYK
RGB Variations
Color information
#3F5914 (or 0x3F5914) is known color: Verdun Green. HEX triplet: 3F, 59 and 14. RGB value is (63,89,20). Sum of RGB (Red+Green+Blue) = 63+89+20=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5914 is #C0A6EB. Grayscale: #494949. Windows color (decimal): -12625644 or 1333567. OLE color: 1333567.
HSL color Cylindrical-coordinate representation of color #3F5914: hue angle of 82.61º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F5914 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 20 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.65 |
| HSL | 82.61º | 0.63% | 0.21% | - |
| HSV(B) | 82.61º | 0.78% | 0.35% | - |
| XYZ | 5.75 | 8.25 | 1.95 | - |
| YUV | 73.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 20 | 0.29 | 0 | 0.78 | 0.65 | 82.61 | 0.63 | 0.21 |
| Hex | 3F | 59 | 14 | 1D | 0 | 4E | 41 | 53 | 3F | 15 |
| Octal | 77 | 131 | 24 | 35 | 0 | 116 | 101 | 123 | 77 | 25 |
| Binary | 111111 | 1011001 | 10100 | 11101 | 0 | 1001110 | 1000001 | 1010011 | 111111 | 10101 |
Color Harmonies of #3F5914
Complementary color
Monochromatic Colors of #3F5914
Black with #3F5914
Text Example
Text Example
White with #3F5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5914; }
p { color: rgb(63,89,20); }
H1.HeaderClassName
{
color: #3F5914;
}
.AnyTagClassName
{
color: #3F5914;
}
</style>
background-color css
<style>
a { background-color: #3F5914; }
a { background-color: rgb(63,89,20); }
div.DivClassName
{
background-color: #3F5914;
}
.BgClassName
{
background-color: #3F5914;
}
</style>
border-color css
<style>
span { border-color: #3F5914; }
span { border-color: rgb(63,89,20); }
td.TdClassName
{
border-color: #3F5914;
}
.TagClassName
{
border-color: #3F5914;
}
</style>