Shades of Verdun Green #3F590D
Tints of Verdun Green #3F590D
RGB
CMYK
RGB Variations
Color information
#3F590D (or 0x3F590D) is known color: Verdun Green. HEX triplet: 3F, 59 and 0D. RGB value is (63,89,13). Sum of RGB (Red+Green+Blue) = 63+89+13=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #3F590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F590D is #C0A6F2. Grayscale: #484848. Windows color (decimal): -12625651 or 874815. OLE color: 874815.
HSL color Cylindrical-coordinate representation of color #3F590D: hue angle of 80.53º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F590D is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 13 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.65 |
| HSL | 80.53º | 0.75% | 0.2% | - |
| HSV(B) | 80.53º | 0.85% | 0.35% | - |
| XYZ | 5.69 | 8.23 | 1.67 | - |
| YUV | 72.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 13 | 0.29 | 0 | 0.85 | 0.65 | 80.53 | 0.75 | 0.2 |
| Hex | 3F | 59 | D | 1D | 0 | 55 | 41 | 51 | 4B | 14 |
| Octal | 77 | 131 | 15 | 35 | 0 | 125 | 101 | 121 | 113 | 24 |
| Binary | 111111 | 1011001 | 1101 | 11101 | 0 | 1010101 | 1000001 | 1010001 | 1001011 | 10100 |
Color Harmonies of #3F590D
Complementary color
Monochromatic Colors of #3F590D
Black with #3F590D
Text Example
Text Example
White with #3F590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F590D; }
p { color: rgb(63,89,13); }
H1.HeaderClassName
{
color: #3F590D;
}
.AnyTagClassName
{
color: #3F590D;
}
</style>
background-color css
<style>
a { background-color: #3F590D; }
a { background-color: rgb(63,89,13); }
div.DivClassName
{
background-color: #3F590D;
}
.BgClassName
{
background-color: #3F590D;
}
</style>
border-color css
<style>
span { border-color: #3F590D; }
span { border-color: rgb(63,89,13); }
td.TdClassName
{
border-color: #3F590D;
}
.TagClassName
{
border-color: #3F590D;
}
</style>