Shades of Verdun Green #3F6005
Tints of Verdun Green #3F6005
RGB
CMYK
RGB Variations
Color information
#3F6005 (or 0x3F6005) is known color: Verdun Green. HEX triplet: 3F, 60 and 05. RGB value is (63,96,5). Sum of RGB (Red+Green+Blue) = 63+96+5=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6005 is #C09FFA. Grayscale: #4C4C4C. Windows color (decimal): -12623867 or 352319. OLE color: 352319.
HSL color Cylindrical-coordinate representation of color #3F6005: hue angle of 81.76º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F6005 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 5 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.62 |
| HSL | 81.76º | 0.9% | 0.2% | - |
| HSV(B) | 81.76º | 0.95% | 0.38% | - |
| XYZ | 6.26 | 9.43 | 1.63 | - |
| YUV | 75.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 5 | 0.34 | 0 | 0.95 | 0.62 | 81.76 | 0.9 | 0.2 |
| Hex | 3F | 60 | 5 | 22 | 0 | 5F | 3E | 52 | 5A | 14 |
| Octal | 77 | 140 | 5 | 42 | 0 | 137 | 76 | 122 | 132 | 24 |
| Binary | 111111 | 1100000 | 101 | 100010 | 0 | 1011111 | 111110 | 1010010 | 1011010 | 10100 |
Color Harmonies of #3F6005
Complementary color
Monochromatic Colors of #3F6005
Black with #3F6005
Text Example
Text Example
White with #3F6005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6005; }
p { color: rgb(63,96,5); }
H1.HeaderClassName
{
color: #3F6005;
}
.AnyTagClassName
{
color: #3F6005;
}
</style>
background-color css
<style>
a { background-color: #3F6005; }
a { background-color: rgb(63,96,5); }
div.DivClassName
{
background-color: #3F6005;
}
.BgClassName
{
background-color: #3F6005;
}
</style>
border-color css
<style>
span { border-color: #3F6005; }
span { border-color: rgb(63,96,5); }
td.TdClassName
{
border-color: #3F6005;
}
.TagClassName
{
border-color: #3F6005;
}
</style>