Shades of Verdun Green #3F470A
Tints of Verdun Green #3F470A
RGB
CMYK
RGB Variations
Color information
#3F470A (or 0x3F470A) is known color: Verdun Green. HEX triplet: 3F, 47 and 0A. RGB value is (63,71,10). Sum of RGB (Red+Green+Blue) = 63+71+10=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #3F470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F470A is #C0B8F5. Grayscale: #3D3D3D. Windows color (decimal): -12630262 or 673599. OLE color: 673599.
HSL color Cylindrical-coordinate representation of color #3F470A: hue angle of 67.87º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F470A is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 10 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.72 |
| HSL | 67.87º | 0.75% | 0.16% | - |
| HSV(B) | 67.87º | 0.86% | 0.28% | - |
| XYZ | 4.36 | 5.59 | 1.14 | - |
| YUV | 61.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 10 | 0.11 | 0 | 0.86 | 0.72 | 67.87 | 0.75 | 0.16 |
| Hex | 3F | 47 | A | B | 0 | 56 | 48 | 44 | 4B | 10 |
| Octal | 77 | 107 | 12 | 13 | 0 | 126 | 110 | 104 | 113 | 20 |
| Binary | 111111 | 1000111 | 1010 | 1011 | 0 | 1010110 | 1001000 | 1000100 | 1001011 | 10000 |
Color Harmonies of #3F470A
Complementary color
Monochromatic Colors of #3F470A
Black with #3F470A
Text Example
Text Example
White with #3F470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F470A; }
p { color: rgb(63,71,10); }
H1.HeaderClassName
{
color: #3F470A;
}
.AnyTagClassName
{
color: #3F470A;
}
</style>
background-color css
<style>
a { background-color: #3F470A; }
a { background-color: rgb(63,71,10); }
div.DivClassName
{
background-color: #3F470A;
}
.BgClassName
{
background-color: #3F470A;
}
</style>
border-color css
<style>
span { border-color: #3F470A; }
span { border-color: rgb(63,71,10); }
td.TdClassName
{
border-color: #3F470A;
}
.TagClassName
{
border-color: #3F470A;
}
</style>