Shades of Verdun Green #3C6211
Tints of Verdun Green #3C6211
RGB
CMYK
RGB Variations
Color information
#3C6211 (or 0x3C6211) is known color: Verdun Green. HEX triplet: 3C, 62 and 11. RGB value is (60,98,17). Sum of RGB (Red+Green+Blue) = 60+98+17=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6211 is #C39DEE. Grayscale: #4D4D4D. Windows color (decimal): -12819951 or 1139260. OLE color: 1139260.
HSL color Cylindrical-coordinate representation of color #3C6211: hue angle of 88.15º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C6211 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 17 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.62 |
| HSL | 88.15º | 0.7% | 0.23% | - |
| HSV(B) | 88.15º | 0.83% | 0.38% | - |
| XYZ | 6.33 | 9.74 | 2.08 | - |
| YUV | 77.4 | 93.91 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 17 | 0.39 | 0 | 0.83 | 0.62 | 88.15 | 0.7 | 0.23 |
| Hex | 3C | 62 | 11 | 27 | 0 | 53 | 3E | 58 | 46 | 17 |
| Octal | 74 | 142 | 21 | 47 | 0 | 123 | 76 | 130 | 106 | 27 |
| Binary | 111100 | 1100010 | 10001 | 100111 | 0 | 1010011 | 111110 | 1011000 | 1000110 | 10111 |
Color Harmonies of #3C6211
Complementary color
Monochromatic Colors of #3C6211
Black with #3C6211
Text Example
Text Example
White with #3C6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6211; }
p { color: rgb(60,98,17); }
H1.HeaderClassName
{
color: #3C6211;
}
.AnyTagClassName
{
color: #3C6211;
}
</style>
background-color css
<style>
a { background-color: #3C6211; }
a { background-color: rgb(60,98,17); }
div.DivClassName
{
background-color: #3C6211;
}
.BgClassName
{
background-color: #3C6211;
}
</style>
border-color css
<style>
span { border-color: #3C6211; }
span { border-color: rgb(60,98,17); }
td.TdClassName
{
border-color: #3C6211;
}
.TagClassName
{
border-color: #3C6211;
}
</style>