Shades of Verdun Green #3F580B
Tints of Verdun Green #3F580B
RGB
CMYK
RGB Variations
Color information
#3F580B (or 0x3F580B) is known color: Verdun Green. HEX triplet: 3F, 58 and 0B. RGB value is (63,88,11). Sum of RGB (Red+Green+Blue) = 63+88+11=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #3F580B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F580B is #C0A7F4. Grayscale: #484848. Windows color (decimal): -12625909 or 743487. OLE color: 743487.
HSL color Cylindrical-coordinate representation of color #3F580B: hue angle of 79.48º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F580B is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 88 | 11 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.65 |
| HSL | 79.48º | 0.78% | 0.19% | - |
| HSV(B) | 79.48º | 0.88% | 0.35% | - |
| XYZ | 5.6 | 8.06 | 1.58 | - |
| YUV | 71.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 11 | 0.28 | 0 | 0.88 | 0.65 | 79.48 | 0.78 | 0.19 |
| Hex | 3F | 58 | B | 1C | 0 | 58 | 41 | 4F | 4E | 13 |
| Octal | 77 | 130 | 13 | 34 | 0 | 130 | 101 | 117 | 116 | 23 |
| Binary | 111111 | 1011000 | 1011 | 11100 | 0 | 1011000 | 1000001 | 1001111 | 1001110 | 10011 |
Color Harmonies of #3F580B
Complementary color
Monochromatic Colors of #3F580B
Black with #3F580B
Text Example
Text Example
White with #3F580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F580B; }
p { color: rgb(63,88,11); }
H1.HeaderClassName
{
color: #3F580B;
}
.AnyTagClassName
{
color: #3F580B;
}
</style>
background-color css
<style>
a { background-color: #3F580B; }
a { background-color: rgb(63,88,11); }
div.DivClassName
{
background-color: #3F580B;
}
.BgClassName
{
background-color: #3F580B;
}
</style>
border-color css
<style>
span { border-color: #3F580B; }
span { border-color: rgb(63,88,11); }
td.TdClassName
{
border-color: #3F580B;
}
.TagClassName
{
border-color: #3F580B;
}
</style>