Shades of Verdun Green #3F570F
Tints of Verdun Green #3F570F
RGB
CMYK
RGB Variations
Color information
#3F570F (or 0x3F570F) is known color: Verdun Green. HEX triplet: 3F, 57 and 0F. RGB value is (63,87,15). Sum of RGB (Red+Green+Blue) = 63+87+15=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #3F570F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F570F is #C0A8F0. Grayscale: #474747. Windows color (decimal): -12626161 or 1005375. OLE color: 1005375.
HSL color Cylindrical-coordinate representation of color #3F570F: hue angle of 80º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F570F is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 15 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.66 |
| HSL | 80º | 0.71% | 0.2% | - |
| HSV(B) | 80º | 0.83% | 0.34% | - |
| XYZ | 5.54 | 7.91 | 1.69 | - |
| YUV | 71.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 15 | 0.28 | 0 | 0.83 | 0.66 | 80 | 0.71 | 0.2 |
| Hex | 3F | 57 | F | 1C | 0 | 53 | 42 | 50 | 47 | 14 |
| Octal | 77 | 127 | 17 | 34 | 0 | 123 | 102 | 120 | 107 | 24 |
| Binary | 111111 | 1010111 | 1111 | 11100 | 0 | 1010011 | 1000010 | 1010000 | 1000111 | 10100 |
Color Harmonies of #3F570F
Complementary color
Monochromatic Colors of #3F570F
Black with #3F570F
Text Example
Text Example
White with #3F570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F570F; }
p { color: rgb(63,87,15); }
H1.HeaderClassName
{
color: #3F570F;
}
.AnyTagClassName
{
color: #3F570F;
}
</style>
background-color css
<style>
a { background-color: #3F570F; }
a { background-color: rgb(63,87,15); }
div.DivClassName
{
background-color: #3F570F;
}
.BgClassName
{
background-color: #3F570F;
}
</style>
border-color css
<style>
span { border-color: #3F570F; }
span { border-color: rgb(63,87,15); }
td.TdClassName
{
border-color: #3F570F;
}
.TagClassName
{
border-color: #3F570F;
}
</style>