Shades of Verdun Green #3F500C
Tints of Verdun Green #3F500C
RGB
CMYK
RGB Variations
Color information
#3F500C (or 0x3F500C) is known color: Verdun Green. HEX triplet: 3F, 50 and 0C. RGB value is (63,80,12). Sum of RGB (Red+Green+Blue) = 63+80+12=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #3F500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F500C is #C0AFF3. Grayscale: #434343. Windows color (decimal): -12627956 or 806975. OLE color: 806975.
HSL color Cylindrical-coordinate representation of color #3F500C: hue angle of 75º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F500C is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 12 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.69 |
| HSL | 75º | 0.74% | 0.18% | - |
| HSV(B) | 75º | 0.85% | 0.31% | - |
| XYZ | 4.98 | 6.82 | 1.4 | - |
| YUV | 67.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 12 | 0.21 | 0 | 0.85 | 0.69 | 75 | 0.74 | 0.18 |
| Hex | 3F | 50 | C | 15 | 0 | 55 | 45 | 4B | 4A | 12 |
| Octal | 77 | 120 | 14 | 25 | 0 | 125 | 105 | 113 | 112 | 22 |
| Binary | 111111 | 1010000 | 1100 | 10101 | 0 | 1010101 | 1000101 | 1001011 | 1001010 | 10010 |
Color Harmonies of #3F500C
Complementary color
Monochromatic Colors of #3F500C
Black with #3F500C
Text Example
Text Example
White with #3F500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F500C; }
p { color: rgb(63,80,12); }
H1.HeaderClassName
{
color: #3F500C;
}
.AnyTagClassName
{
color: #3F500C;
}
</style>
background-color css
<style>
a { background-color: #3F500C; }
a { background-color: rgb(63,80,12); }
div.DivClassName
{
background-color: #3F500C;
}
.BgClassName
{
background-color: #3F500C;
}
</style>
border-color css
<style>
span { border-color: #3F500C; }
span { border-color: rgb(63,80,12); }
td.TdClassName
{
border-color: #3F500C;
}
.TagClassName
{
border-color: #3F500C;
}
</style>