Shades of Verdun Green #3F6908
Tints of Verdun Green #3F6908
RGB
CMYK
RGB Variations
Color information
#3F6908 (or 0x3F6908) is known color: Verdun Green. HEX triplet: 3F, 69 and 08. RGB value is (63,105,8). Sum of RGB (Red+Green+Blue) = 63+105+8=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6908 is #C096F7. Grayscale: #515151. Windows color (decimal): -12621560 or 551231. OLE color: 551231.
HSL color Cylindrical-coordinate representation of color #3F6908: hue angle of 85.98º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F6908 is Cyan = 0.4, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 8 | - |
| CMYK | 0.4 | 0 | 0.92 | 0.59 |
| HSL | 85.98º | 0.86% | 0.22% | - |
| HSV(B) | 85.98º | 0.92% | 0.41% | - |
| XYZ | 7.15 | 11.18 | 2.01 | - |
| YUV | 81.38 | 86.59 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 8 | 0.4 | 0 | 0.92 | 0.59 | 85.98 | 0.86 | 0.22 |
| Hex | 3F | 69 | 8 | 28 | 0 | 5C | 3B | 56 | 56 | 16 |
| Octal | 77 | 151 | 10 | 50 | 0 | 134 | 73 | 126 | 126 | 26 |
| Binary | 111111 | 1101001 | 1000 | 101000 | 0 | 1011100 | 111011 | 1010110 | 1010110 | 10110 |
Color Harmonies of #3F6908
Complementary color
Monochromatic Colors of #3F6908
Black with #3F6908
Text Example
Text Example
White with #3F6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6908; }
p { color: rgb(63,105,8); }
H1.HeaderClassName
{
color: #3F6908;
}
.AnyTagClassName
{
color: #3F6908;
}
</style>
background-color css
<style>
a { background-color: #3F6908; }
a { background-color: rgb(63,105,8); }
div.DivClassName
{
background-color: #3F6908;
}
.BgClassName
{
background-color: #3F6908;
}
</style>
border-color css
<style>
span { border-color: #3F6908; }
span { border-color: rgb(63,105,8); }
td.TdClassName
{
border-color: #3F6908;
}
.TagClassName
{
border-color: #3F6908;
}
</style>