Shades of Verdun Green #3F490C
Tints of Verdun Green #3F490C
RGB
CMYK
RGB Variations
Color information
#3F490C (or 0x3F490C) is known color: Verdun Green. HEX triplet: 3F, 49 and 0C. RGB value is (63,73,12). Sum of RGB (Red+Green+Blue) = 63+73+12=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #3F490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F490C is #C0B6F3. Grayscale: #3F3F3F. Windows color (decimal): -12629748 or 805183. OLE color: 805183.
HSL color Cylindrical-coordinate representation of color #3F490C: hue angle of 69.84º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F490C is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 73 | 12 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.71 |
| HSL | 69.84º | 0.72% | 0.17% | - |
| HSV(B) | 69.84º | 0.84% | 0.29% | - |
| XYZ | 4.5 | 5.85 | 1.24 | - |
| YUV | 63.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 12 | 0.14 | 0 | 0.84 | 0.71 | 69.84 | 0.72 | 0.17 |
| Hex | 3F | 49 | C | E | 0 | 54 | 47 | 46 | 48 | 11 |
| Octal | 77 | 111 | 14 | 16 | 0 | 124 | 107 | 106 | 110 | 21 |
| Binary | 111111 | 1001001 | 1100 | 1110 | 0 | 1010100 | 1000111 | 1000110 | 1001000 | 10001 |
Color Harmonies of #3F490C
Complementary color
Monochromatic Colors of #3F490C
Black with #3F490C
Text Example
Text Example
White with #3F490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F490C; }
p { color: rgb(63,73,12); }
H1.HeaderClassName
{
color: #3F490C;
}
.AnyTagClassName
{
color: #3F490C;
}
</style>
background-color css
<style>
a { background-color: #3F490C; }
a { background-color: rgb(63,73,12); }
div.DivClassName
{
background-color: #3F490C;
}
.BgClassName
{
background-color: #3F490C;
}
</style>
border-color css
<style>
span { border-color: #3F490C; }
span { border-color: rgb(63,73,12); }
td.TdClassName
{
border-color: #3F490C;
}
.TagClassName
{
border-color: #3F490C;
}
</style>