Shades of Verdun Green #3F510B
Tints of Verdun Green #3F510B
RGB
CMYK
RGB Variations
Color information
#3F510B (or 0x3F510B) is known color: Verdun Green. HEX triplet: 3F, 51 and 0B. RGB value is (63,81,11). Sum of RGB (Red+Green+Blue) = 63+81+11=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #3F510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F510B is #C0AEF4. Grayscale: #434343. Windows color (decimal): -12627701 or 741695. OLE color: 741695.
HSL color Cylindrical-coordinate representation of color #3F510B: hue angle of 75.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F510B is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 11 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.68 |
| HSL | 75.43º | 0.76% | 0.18% | - |
| HSV(B) | 75.43º | 0.86% | 0.32% | - |
| XYZ | 5.05 | 6.97 | 1.39 | - |
| YUV | 67.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 11 | 0.22 | 0 | 0.86 | 0.68 | 75.43 | 0.76 | 0.18 |
| Hex | 3F | 51 | B | 16 | 0 | 56 | 44 | 4B | 4C | 12 |
| Octal | 77 | 121 | 13 | 26 | 0 | 126 | 104 | 113 | 114 | 22 |
| Binary | 111111 | 1010001 | 1011 | 10110 | 0 | 1010110 | 1000100 | 1001011 | 1001100 | 10010 |
Color Harmonies of #3F510B
Complementary color
Monochromatic Colors of #3F510B
Black with #3F510B
Text Example
Text Example
White with #3F510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F510B; }
p { color: rgb(63,81,11); }
H1.HeaderClassName
{
color: #3F510B;
}
.AnyTagClassName
{
color: #3F510B;
}
</style>
background-color css
<style>
a { background-color: #3F510B; }
a { background-color: rgb(63,81,11); }
div.DivClassName
{
background-color: #3F510B;
}
.BgClassName
{
background-color: #3F510B;
}
</style>
border-color css
<style>
span { border-color: #3F510B; }
span { border-color: rgb(63,81,11); }
td.TdClassName
{
border-color: #3F510B;
}
.TagClassName
{
border-color: #3F510B;
}
</style>