Shades of Verdun Green #3F6808
Tints of Verdun Green #3F6808
RGB
CMYK
RGB Variations
Color information
#3F6808 (or 0x3F6808) is known color: Verdun Green. HEX triplet: 3F, 68 and 08. RGB value is (63,104,8). Sum of RGB (Red+Green+Blue) = 63+104+8=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6808 is #C097F7. Grayscale: #515151. Windows color (decimal): -12621816 or 550975. OLE color: 550975.
HSL color Cylindrical-coordinate representation of color #3F6808: hue angle of 85.62º 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 #3F6808 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 8 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.59 |
| HSL | 85.62º | 0.86% | 0.22% | - |
| HSV(B) | 85.62º | 0.92% | 0.41% | - |
| XYZ | 7.04 | 10.97 | 1.98 | - |
| YUV | 80.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 8 | 0.39 | 0 | 0.92 | 0.59 | 85.62 | 0.86 | 0.22 |
| Hex | 3F | 68 | 8 | 27 | 0 | 5C | 3B | 56 | 56 | 16 |
| Octal | 77 | 150 | 10 | 47 | 0 | 134 | 73 | 126 | 126 | 26 |
| Binary | 111111 | 1101000 | 1000 | 100111 | 0 | 1011100 | 111011 | 1010110 | 1010110 | 10110 |
Color Harmonies of #3F6808
Complementary color
Monochromatic Colors of #3F6808
Black with #3F6808
Text Example
Text Example
White with #3F6808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6808; }
p { color: rgb(63,104,8); }
H1.HeaderClassName
{
color: #3F6808;
}
.AnyTagClassName
{
color: #3F6808;
}
</style>
background-color css
<style>
a { background-color: #3F6808; }
a { background-color: rgb(63,104,8); }
div.DivClassName
{
background-color: #3F6808;
}
.BgClassName
{
background-color: #3F6808;
}
</style>
border-color css
<style>
span { border-color: #3F6808; }
span { border-color: rgb(63,104,8); }
td.TdClassName
{
border-color: #3F6808;
}
.TagClassName
{
border-color: #3F6808;
}
</style>