Shades of Verdun Green #3F5717
Tints of Verdun Green #3F5717
RGB
CMYK
RGB Variations
Color information
#3F5717 (or 0x3F5717) is known color: Verdun Green. HEX triplet: 3F, 57 and 17. RGB value is (63,87,23). Sum of RGB (Red+Green+Blue) = 63+87+23=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5717 is #C0A8E8. Grayscale: #484848. Windows color (decimal): -12626153 or 1529663. OLE color: 1529663.
HSL color Cylindrical-coordinate representation of color #3F5717: hue angle of 82.5º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F5717 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 23 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.66 |
| HSL | 82.5º | 0.58% | 0.22% | - |
| HSV(B) | 82.5º | 0.74% | 0.34% | - |
| XYZ | 5.61 | 7.94 | 2.05 | - |
| YUV | 72.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 23 | 0.28 | 0 | 0.74 | 0.66 | 82.5 | 0.58 | 0.22 |
| Hex | 3F | 57 | 17 | 1C | 0 | 4A | 42 | 52 | 3A | 16 |
| Octal | 77 | 127 | 27 | 34 | 0 | 112 | 102 | 122 | 72 | 26 |
| Binary | 111111 | 1010111 | 10111 | 11100 | 0 | 1001010 | 1000010 | 1010010 | 111010 | 10110 |
Color Harmonies of #3F5717
Complementary color
Monochromatic Colors of #3F5717
Black with #3F5717
Text Example
Text Example
White with #3F5717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5717; }
p { color: rgb(63,87,23); }
H1.HeaderClassName
{
color: #3F5717;
}
.AnyTagClassName
{
color: #3F5717;
}
</style>
background-color css
<style>
a { background-color: #3F5717; }
a { background-color: rgb(63,87,23); }
div.DivClassName
{
background-color: #3F5717;
}
.BgClassName
{
background-color: #3F5717;
}
</style>
border-color css
<style>
span { border-color: #3F5717; }
span { border-color: rgb(63,87,23); }
td.TdClassName
{
border-color: #3F5717;
}
.TagClassName
{
border-color: #3F5717;
}
</style>