Shades of Verdun Green #3F5707
Tints of Verdun Green #3F5707
RGB
CMYK
RGB Variations
Color information
#3F5707 (or 0x3F5707) is known color: Verdun Green. HEX triplet: 3F, 57 and 07. RGB value is (63,87,7). Sum of RGB (Red+Green+Blue) = 63+87+7=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 87 (34.38% from 255 or 55.41% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5707 is #C0A8F8. Grayscale: #464646. Windows color (decimal): -12626169 or 481087. OLE color: 481087.
HSL color Cylindrical-coordinate representation of color #3F5707: hue angle of 78º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F5707 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 7 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.66 |
| HSL | 78º | 0.85% | 0.18% | - |
| HSV(B) | 78º | 0.92% | 0.34% | - |
| XYZ | 5.5 | 7.89 | 1.43 | - |
| YUV | 70.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 7 | 0.28 | 0 | 0.92 | 0.66 | 78 | 0.85 | 0.18 |
| Hex | 3F | 57 | 7 | 1C | 0 | 5C | 42 | 4E | 55 | 12 |
| Octal | 77 | 127 | 7 | 34 | 0 | 134 | 102 | 116 | 125 | 22 |
| Binary | 111111 | 1010111 | 111 | 11100 | 0 | 1011100 | 1000010 | 1001110 | 1010101 | 10010 |
Color Harmonies of #3F5707
Complementary color
Monochromatic Colors of #3F5707
Black with #3F5707
Text Example
Text Example
White with #3F5707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5707; }
p { color: rgb(63,87,7); }
H1.HeaderClassName
{
color: #3F5707;
}
.AnyTagClassName
{
color: #3F5707;
}
</style>
background-color css
<style>
a { background-color: #3F5707; }
a { background-color: rgb(63,87,7); }
div.DivClassName
{
background-color: #3F5707;
}
.BgClassName
{
background-color: #3F5707;
}
</style>
border-color css
<style>
span { border-color: #3F5707; }
span { border-color: rgb(63,87,7); }
td.TdClassName
{
border-color: #3F5707;
}
.TagClassName
{
border-color: #3F5707;
}
</style>