Shades of Verdun Green #3F500B
Tints of Verdun Green #3F500B
RGB
CMYK
RGB Variations
Color information
#3F500B (or 0x3F500B) is known color: Verdun Green. HEX triplet: 3F, 50 and 0B. RGB value is (63,80,11). Sum of RGB (Red+Green+Blue) = 63+80+11=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #3F500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F500B is #C0AFF4. Grayscale: #434343. Windows color (decimal): -12627957 or 741439. OLE color: 741439.
HSL color Cylindrical-coordinate representation of color #3F500B: hue angle of 74.78º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F500B is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 11 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.69 |
| HSL | 74.78º | 0.76% | 0.18% | - |
| HSV(B) | 74.78º | 0.86% | 0.31% | - |
| XYZ | 4.98 | 6.82 | 1.37 | - |
| YUV | 67.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 11 | 0.21 | 0 | 0.86 | 0.69 | 74.78 | 0.76 | 0.18 |
| Hex | 3F | 50 | B | 15 | 0 | 56 | 45 | 4B | 4C | 12 |
| Octal | 77 | 120 | 13 | 25 | 0 | 126 | 105 | 113 | 114 | 22 |
| Binary | 111111 | 1010000 | 1011 | 10101 | 0 | 1010110 | 1000101 | 1001011 | 1001100 | 10010 |
Color Harmonies of #3F500B
Complementary color
Monochromatic Colors of #3F500B
Black with #3F500B
Text Example
Text Example
White with #3F500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F500B; }
p { color: rgb(63,80,11); }
H1.HeaderClassName
{
color: #3F500B;
}
.AnyTagClassName
{
color: #3F500B;
}
</style>
background-color css
<style>
a { background-color: #3F500B; }
a { background-color: rgb(63,80,11); }
div.DivClassName
{
background-color: #3F500B;
}
.BgClassName
{
background-color: #3F500B;
}
</style>
border-color css
<style>
span { border-color: #3F500B; }
span { border-color: rgb(63,80,11); }
td.TdClassName
{
border-color: #3F500B;
}
.TagClassName
{
border-color: #3F500B;
}
</style>