Shades of Verdun Green #3C6106
Tints of Verdun Green #3C6106
RGB
CMYK
RGB Variations
Color information
#3C6106 (or 0x3C6106) is known color: Verdun Green. HEX triplet: 3C, 61 and 06. RGB value is (60,97,6). Sum of RGB (Red+Green+Blue) = 60+97+6=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6106 is #C39EF9. Grayscale: #4B4B4B. Windows color (decimal): -12820218 or 418108. OLE color: 418108.
HSL color Cylindrical-coordinate representation of color #3C6106: hue angle of 84.4º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C6106 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 6 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.62 |
| HSL | 84.4º | 0.88% | 0.2% | - |
| HSV(B) | 84.4º | 0.94% | 0.38% | - |
| XYZ | 6.17 | 9.52 | 1.69 | - |
| YUV | 75.56 | 88.74 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 6 | 0.38 | 0 | 0.94 | 0.62 | 84.4 | 0.88 | 0.2 |
| Hex | 3C | 61 | 6 | 26 | 0 | 5E | 3E | 54 | 58 | 14 |
| Octal | 74 | 141 | 6 | 46 | 0 | 136 | 76 | 124 | 130 | 24 |
| Binary | 111100 | 1100001 | 110 | 100110 | 0 | 1011110 | 111110 | 1010100 | 1011000 | 10100 |
Color Harmonies of #3C6106
Complementary color
Monochromatic Colors of #3C6106
Black with #3C6106
Text Example
Text Example
White with #3C6106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6106; }
p { color: rgb(60,97,6); }
H1.HeaderClassName
{
color: #3C6106;
}
.AnyTagClassName
{
color: #3C6106;
}
</style>
background-color css
<style>
a { background-color: #3C6106; }
a { background-color: rgb(60,97,6); }
div.DivClassName
{
background-color: #3C6106;
}
.BgClassName
{
background-color: #3C6106;
}
</style>
border-color css
<style>
span { border-color: #3C6106; }
span { border-color: rgb(60,97,6); }
td.TdClassName
{
border-color: #3C6106;
}
.TagClassName
{
border-color: #3C6106;
}
</style>