Shades of Verdun Green #3F680A
Tints of Verdun Green #3F680A
RGB
CMYK
RGB Variations
Color information
#3F680A (or 0x3F680A) is known color: Verdun Green. HEX triplet: 3F, 68 and 0A. RGB value is (63,104,10). Sum of RGB (Red+Green+Blue) = 63+104+10=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #3F680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F680A is #C097F5. Grayscale: #515151. Windows color (decimal): -12621814 or 682047. OLE color: 682047.
HSL color Cylindrical-coordinate representation of color #3F680A: hue angle of 86.17º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F680A is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 10 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.59 |
| HSL | 86.17º | 0.82% | 0.22% | - |
| HSV(B) | 86.17º | 0.9% | 0.41% | - |
| XYZ | 7.06 | 10.98 | 2.03 | - |
| YUV | 81.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 10 | 0.39 | 0 | 0.90 | 0.59 | 86.17 | 0.82 | 0.22 |
| Hex | 3F | 68 | A | 27 | 0 | 5A | 3B | 56 | 52 | 16 |
| Octal | 77 | 150 | 12 | 47 | 0 | 132 | 73 | 126 | 122 | 26 |
| Binary | 111111 | 1101000 | 1010 | 100111 | 0 | 1011010 | 111011 | 1010110 | 1010010 | 10110 |
Color Harmonies of #3F680A
Complementary color
Monochromatic Colors of #3F680A
Black with #3F680A
Text Example
Text Example
White with #3F680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F680A; }
p { color: rgb(63,104,10); }
H1.HeaderClassName
{
color: #3F680A;
}
.AnyTagClassName
{
color: #3F680A;
}
</style>
background-color css
<style>
a { background-color: #3F680A; }
a { background-color: rgb(63,104,10); }
div.DivClassName
{
background-color: #3F680A;
}
.BgClassName
{
background-color: #3F680A;
}
</style>
border-color css
<style>
span { border-color: #3F680A; }
span { border-color: rgb(63,104,10); }
td.TdClassName
{
border-color: #3F680A;
}
.TagClassName
{
border-color: #3F680A;
}
</style>