Shades of Verdun Green #3F590B
Tints of Verdun Green #3F590B
RGB
CMYK
RGB Variations
Color information
#3F590B (or 0x3F590B) is known color: Verdun Green. HEX triplet: 3F, 59 and 0B. RGB value is (63,89,11). Sum of RGB (Red+Green+Blue) = 63+89+11=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #3F590B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F590B is #C0A6F4. Grayscale: #484848. Windows color (decimal): -12625653 or 743743. OLE color: 743743.
HSL color Cylindrical-coordinate representation of color #3F590B: hue angle of 80º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F590B is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 11 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.65 |
| HSL | 80º | 0.78% | 0.2% | - |
| HSV(B) | 80º | 0.88% | 0.35% | - |
| XYZ | 5.68 | 8.23 | 1.6 | - |
| YUV | 72.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 11 | 0.29 | 0 | 0.88 | 0.65 | 80 | 0.78 | 0.2 |
| Hex | 3F | 59 | B | 1D | 0 | 58 | 41 | 50 | 4E | 14 |
| Octal | 77 | 131 | 13 | 35 | 0 | 130 | 101 | 120 | 116 | 24 |
| Binary | 111111 | 1011001 | 1011 | 11101 | 0 | 1011000 | 1000001 | 1010000 | 1001110 | 10100 |
Color Harmonies of #3F590B
Complementary color
Monochromatic Colors of #3F590B
Black with #3F590B
Text Example
Text Example
White with #3F590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F590B; }
p { color: rgb(63,89,11); }
H1.HeaderClassName
{
color: #3F590B;
}
.AnyTagClassName
{
color: #3F590B;
}
</style>
background-color css
<style>
a { background-color: #3F590B; }
a { background-color: rgb(63,89,11); }
div.DivClassName
{
background-color: #3F590B;
}
.BgClassName
{
background-color: #3F590B;
}
</style>
border-color css
<style>
span { border-color: #3F590B; }
span { border-color: rgb(63,89,11); }
td.TdClassName
{
border-color: #3F590B;
}
.TagClassName
{
border-color: #3F590B;
}
</style>