Shades of Verdun Green #3F5718
Tints of Verdun Green #3F5718
RGB
CMYK
RGB Variations
Color information
#3F5718 (or 0x3F5718) is known color: Verdun Green. HEX triplet: 3F, 57 and 18. RGB value is (63,87,24). Sum of RGB (Red+Green+Blue) = 63+87+24=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5718 is #C0A8E7. Grayscale: #484848. Windows color (decimal): -12626152 or 1595199. OLE color: 1595199.
HSL color Cylindrical-coordinate representation of color #3F5718: hue angle of 82.86º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F5718 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 24 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.66 |
| HSL | 82.86º | 0.57% | 0.22% | - |
| HSV(B) | 82.86º | 0.72% | 0.34% | - |
| XYZ | 5.62 | 7.94 | 2.1 | - |
| YUV | 72.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 24 | 0.28 | 0 | 0.72 | 0.66 | 82.86 | 0.57 | 0.22 |
| Hex | 3F | 57 | 18 | 1C | 0 | 48 | 42 | 53 | 39 | 16 |
| Octal | 77 | 127 | 30 | 34 | 0 | 110 | 102 | 123 | 71 | 26 |
| Binary | 111111 | 1010111 | 11000 | 11100 | 0 | 1001000 | 1000010 | 1010011 | 111001 | 10110 |
Color Harmonies of #3F5718
Complementary color
Monochromatic Colors of #3F5718
Black with #3F5718
Text Example
Text Example
White with #3F5718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5718; }
p { color: rgb(63,87,24); }
H1.HeaderClassName
{
color: #3F5718;
}
.AnyTagClassName
{
color: #3F5718;
}
</style>
background-color css
<style>
a { background-color: #3F5718; }
a { background-color: rgb(63,87,24); }
div.DivClassName
{
background-color: #3F5718;
}
.BgClassName
{
background-color: #3F5718;
}
</style>
border-color css
<style>
span { border-color: #3F5718; }
span { border-color: rgb(63,87,24); }
td.TdClassName
{
border-color: #3F5718;
}
.TagClassName
{
border-color: #3F5718;
}
</style>