Shades of Verdun Green #3F5F12
Tints of Verdun Green #3F5F12
RGB
CMYK
RGB Variations
Color information
#3F5F12 (or 0x3F5F12) is known color: Verdun Green. HEX triplet: 3F, 5F and 12. RGB value is (63,95,18). Sum of RGB (Red+Green+Blue) = 63+95+18=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #3F5F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5F12 is #C0A0ED. Grayscale: #4C4C4C. Windows color (decimal): -12624110 or 1204031. OLE color: 1204031.
HSL color Cylindrical-coordinate representation of color #3F5F12: hue angle of 84.94º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F5F12 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 95 | 18 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.63 |
| HSL | 84.94º | 0.68% | 0.22% | - |
| HSV(B) | 84.94º | 0.81% | 0.37% | - |
| XYZ | 6.25 | 9.28 | 2.03 | - |
| YUV | 76.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 18 | 0.34 | 0 | 0.81 | 0.63 | 84.94 | 0.68 | 0.22 |
| Hex | 3F | 5F | 12 | 22 | 0 | 51 | 3F | 55 | 44 | 16 |
| Octal | 77 | 137 | 22 | 42 | 0 | 121 | 77 | 125 | 104 | 26 |
| Binary | 111111 | 1011111 | 10010 | 100010 | 0 | 1010001 | 111111 | 1010101 | 1000100 | 10110 |
Color Harmonies of #3F5F12
Complementary color
Monochromatic Colors of #3F5F12
Black with #3F5F12
Text Example
Text Example
White with #3F5F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F12; }
p { color: rgb(63,95,18); }
H1.HeaderClassName
{
color: #3F5F12;
}
.AnyTagClassName
{
color: #3F5F12;
}
</style>
background-color css
<style>
a { background-color: #3F5F12; }
a { background-color: rgb(63,95,18); }
div.DivClassName
{
background-color: #3F5F12;
}
.BgClassName
{
background-color: #3F5F12;
}
</style>
border-color css
<style>
span { border-color: #3F5F12; }
span { border-color: rgb(63,95,18); }
td.TdClassName
{
border-color: #3F5F12;
}
.TagClassName
{
border-color: #3F5F12;
}
</style>