Shades of Verdun Green #3F590C
Tints of Verdun Green #3F590C
RGB
CMYK
RGB Variations
Color information
#3F590C (or 0x3F590C) is known color: Verdun Green. HEX triplet: 3F, 59 and 0C. RGB value is (63,89,12). Sum of RGB (Red+Green+Blue) = 63+89+12=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #3F590C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F590C is #C0A6F3. Grayscale: #484848. Windows color (decimal): -12625652 or 809279. OLE color: 809279.
HSL color Cylindrical-coordinate representation of color #3F590C: hue angle of 80.26º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F590C is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 12 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.65 |
| HSL | 80.26º | 0.76% | 0.2% | - |
| HSV(B) | 80.26º | 0.87% | 0.35% | - |
| XYZ | 5.69 | 8.23 | 1.64 | - |
| YUV | 72.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 12 | 0.29 | 0 | 0.87 | 0.65 | 80.26 | 0.76 | 0.2 |
| Hex | 3F | 59 | C | 1D | 0 | 57 | 41 | 50 | 4C | 14 |
| Octal | 77 | 131 | 14 | 35 | 0 | 127 | 101 | 120 | 114 | 24 |
| Binary | 111111 | 1011001 | 1100 | 11101 | 0 | 1010111 | 1000001 | 1010000 | 1001100 | 10100 |
Color Harmonies of #3F590C
Complementary color
Monochromatic Colors of #3F590C
Black with #3F590C
Text Example
Text Example
White with #3F590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F590C; }
p { color: rgb(63,89,12); }
H1.HeaderClassName
{
color: #3F590C;
}
.AnyTagClassName
{
color: #3F590C;
}
</style>
background-color css
<style>
a { background-color: #3F590C; }
a { background-color: rgb(63,89,12); }
div.DivClassName
{
background-color: #3F590C;
}
.BgClassName
{
background-color: #3F590C;
}
</style>
border-color css
<style>
span { border-color: #3F590C; }
span { border-color: rgb(63,89,12); }
td.TdClassName
{
border-color: #3F590C;
}
.TagClassName
{
border-color: #3F590C;
}
</style>