Shades of Verdun Green #3F580A
Tints of Verdun Green #3F580A
RGB
CMYK
RGB Variations
Color information
#3F580A (or 0x3F580A) is known color: Verdun Green. HEX triplet: 3F, 58 and 0A. RGB value is (63,88,10). Sum of RGB (Red+Green+Blue) = 63+88+10=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #3F580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F580A is #C0A7F5. Grayscale: #474747. Windows color (decimal): -12625910 or 677951. OLE color: 677951.
HSL color Cylindrical-coordinate representation of color #3F580A: hue angle of 79.23º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F580A is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 88 | 10 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.65 |
| HSL | 79.23º | 0.8% | 0.19% | - |
| HSV(B) | 79.23º | 0.89% | 0.35% | - |
| XYZ | 5.59 | 8.06 | 1.55 | - |
| YUV | 71.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 10 | 0.28 | 0 | 0.89 | 0.65 | 79.23 | 0.8 | 0.19 |
| Hex | 3F | 58 | A | 1C | 0 | 59 | 41 | 4F | 50 | 13 |
| Octal | 77 | 130 | 12 | 34 | 0 | 131 | 101 | 117 | 120 | 23 |
| Binary | 111111 | 1011000 | 1010 | 11100 | 0 | 1011001 | 1000001 | 1001111 | 1010000 | 10011 |
Color Harmonies of #3F580A
Complementary color
Monochromatic Colors of #3F580A
Black with #3F580A
Text Example
Text Example
White with #3F580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F580A; }
p { color: rgb(63,88,10); }
H1.HeaderClassName
{
color: #3F580A;
}
.AnyTagClassName
{
color: #3F580A;
}
</style>
background-color css
<style>
a { background-color: #3F580A; }
a { background-color: rgb(63,88,10); }
div.DivClassName
{
background-color: #3F580A;
}
.BgClassName
{
background-color: #3F580A;
}
</style>
border-color css
<style>
span { border-color: #3F580A; }
span { border-color: rgb(63,88,10); }
td.TdClassName
{
border-color: #3F580A;
}
.TagClassName
{
border-color: #3F580A;
}
</style>