Shades of Verdun Green #3F5810
Tints of Verdun Green #3F5810
RGB
CMYK
RGB Variations
Color information
#3F5810 (or 0x3F5810) is known color: Verdun Green. HEX triplet: 3F, 58 and 10. RGB value is (63,88,16). Sum of RGB (Red+Green+Blue) = 63+88+16=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #3F5810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5810 is #C0A7EF. Grayscale: #484848. Windows color (decimal): -12625904 or 1071167. OLE color: 1071167.
HSL color Cylindrical-coordinate representation of color #3F5810: hue angle of 80.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F5810 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 88 | 16 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.65 |
| HSL | 80.83º | 0.69% | 0.2% | - |
| HSV(B) | 80.83º | 0.82% | 0.35% | - |
| XYZ | 5.63 | 8.07 | 1.75 | - |
| YUV | 72.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 16 | 0.28 | 0 | 0.82 | 0.65 | 80.83 | 0.69 | 0.2 |
| Hex | 3F | 58 | 10 | 1C | 0 | 52 | 41 | 51 | 45 | 14 |
| Octal | 77 | 130 | 20 | 34 | 0 | 122 | 101 | 121 | 105 | 24 |
| Binary | 111111 | 1011000 | 10000 | 11100 | 0 | 1010010 | 1000001 | 1010001 | 1000101 | 10100 |
Color Harmonies of #3F5810
Complementary color
Monochromatic Colors of #3F5810
Black with #3F5810
Text Example
Text Example
White with #3F5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5810; }
p { color: rgb(63,88,16); }
H1.HeaderClassName
{
color: #3F5810;
}
.AnyTagClassName
{
color: #3F5810;
}
</style>
background-color css
<style>
a { background-color: #3F5810; }
a { background-color: rgb(63,88,16); }
div.DivClassName
{
background-color: #3F5810;
}
.BgClassName
{
background-color: #3F5810;
}
</style>
border-color css
<style>
span { border-color: #3F5810; }
span { border-color: rgb(63,88,16); }
td.TdClassName
{
border-color: #3F5810;
}
.TagClassName
{
border-color: #3F5810;
}
</style>