Shades of Verdun Green #3C6411
Tints of Verdun Green #3C6411
RGB
CMYK
RGB Variations
Color information
#3C6411 (or 0x3C6411) is known color: Verdun Green. HEX triplet: 3C, 64 and 11. RGB value is (60,100,17). Sum of RGB (Red+Green+Blue) = 60+100+17=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #3C6411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6411 is #C39BEE. Grayscale: #4E4E4E. Windows color (decimal): -12819439 or 1139772. OLE color: 1139772.
HSL color Cylindrical-coordinate representation of color #3C6411: hue angle of 88.92º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C6411 is Cyan = 0.4, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 100 | 17 | - |
| CMYK | 0.4 | 0 | 0.83 | 0.61 |
| HSL | 88.92º | 0.71% | 0.23% | - |
| HSV(B) | 88.92º | 0.83% | 0.39% | - |
| XYZ | 6.52 | 10.12 | 2.14 | - |
| YUV | 78.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 17 | 0.4 | 0 | 0.83 | 0.61 | 88.92 | 0.71 | 0.23 |
| Hex | 3C | 64 | 11 | 28 | 0 | 53 | 3D | 59 | 47 | 17 |
| Octal | 74 | 144 | 21 | 50 | 0 | 123 | 75 | 131 | 107 | 27 |
| Binary | 111100 | 1100100 | 10001 | 101000 | 0 | 1010011 | 111101 | 1011001 | 1000111 | 10111 |
Color Harmonies of #3C6411
Complementary color
Monochromatic Colors of #3C6411
Black with #3C6411
Text Example
Text Example
White with #3C6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6411; }
p { color: rgb(60,100,17); }
H1.HeaderClassName
{
color: #3C6411;
}
.AnyTagClassName
{
color: #3C6411;
}
</style>
background-color css
<style>
a { background-color: #3C6411; }
a { background-color: rgb(60,100,17); }
div.DivClassName
{
background-color: #3C6411;
}
.BgClassName
{
background-color: #3C6411;
}
</style>
border-color css
<style>
span { border-color: #3C6411; }
span { border-color: rgb(60,100,17); }
td.TdClassName
{
border-color: #3C6411;
}
.TagClassName
{
border-color: #3C6411;
}
</style>