Shades of Verdun Green #3F5514
Tints of Verdun Green #3F5514
RGB
CMYK
RGB Variations
Color information
#3F5514 (or 0x3F5514) is known color: Verdun Green. HEX triplet: 3F, 55 and 14. RGB value is (63,85,20). Sum of RGB (Red+Green+Blue) = 63+85+20=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5514 is #C0AAEB. Grayscale: #474747. Windows color (decimal): -12626668 or 1332543. OLE color: 1332543.
HSL color Cylindrical-coordinate representation of color #3F5514: hue angle of 80.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F5514 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 20 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.67 |
| HSL | 80.31º | 0.62% | 0.21% | - |
| HSV(B) | 80.31º | 0.76% | 0.33% | - |
| XYZ | 5.42 | 7.6 | 1.84 | - |
| YUV | 71.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 20 | 0.26 | 0 | 0.76 | 0.67 | 80.31 | 0.62 | 0.21 |
| Hex | 3F | 55 | 14 | 1A | 0 | 4C | 43 | 50 | 3E | 15 |
| Octal | 77 | 125 | 24 | 32 | 0 | 114 | 103 | 120 | 76 | 25 |
| Binary | 111111 | 1010101 | 10100 | 11010 | 0 | 1001100 | 1000011 | 1010000 | 111110 | 10101 |
Color Harmonies of #3F5514
Complementary color
Monochromatic Colors of #3F5514
Black with #3F5514
Text Example
Text Example
White with #3F5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5514; }
p { color: rgb(63,85,20); }
H1.HeaderClassName
{
color: #3F5514;
}
.AnyTagClassName
{
color: #3F5514;
}
</style>
background-color css
<style>
a { background-color: #3F5514; }
a { background-color: rgb(63,85,20); }
div.DivClassName
{
background-color: #3F5514;
}
.BgClassName
{
background-color: #3F5514;
}
</style>
border-color css
<style>
span { border-color: #3F5514; }
span { border-color: rgb(63,85,20); }
td.TdClassName
{
border-color: #3F5514;
}
.TagClassName
{
border-color: #3F5514;
}
</style>