Shades of Verdun Green #3C6210
Tints of Verdun Green #3C6210
RGB
CMYK
RGB Variations
Color information
#3C6210 (or 0x3C6210) is known color: Verdun Green. HEX triplet: 3C, 62 and 10. RGB value is (60,98,16). Sum of RGB (Red+Green+Blue) = 60+98+16=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6210 is #C39DEF. Grayscale: #4D4D4D. Windows color (decimal): -12819952 or 1073724. OLE color: 1073724.
HSL color Cylindrical-coordinate representation of color #3C6210: hue angle of 87.8º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C6210 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 16 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.62 |
| HSL | 87.8º | 0.72% | 0.22% | - |
| HSV(B) | 87.8º | 0.84% | 0.38% | - |
| XYZ | 6.32 | 9.73 | 2.04 | - |
| YUV | 77.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 16 | 0.39 | 0 | 0.84 | 0.62 | 87.8 | 0.72 | 0.22 |
| Hex | 3C | 62 | 10 | 27 | 0 | 54 | 3E | 58 | 48 | 16 |
| Octal | 74 | 142 | 20 | 47 | 0 | 124 | 76 | 130 | 110 | 26 |
| Binary | 111100 | 1100010 | 10000 | 100111 | 0 | 1010100 | 111110 | 1011000 | 1001000 | 10110 |
Color Harmonies of #3C6210
Complementary color
Monochromatic Colors of #3C6210
Black with #3C6210
Text Example
Text Example
White with #3C6210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6210; }
p { color: rgb(60,98,16); }
H1.HeaderClassName
{
color: #3C6210;
}
.AnyTagClassName
{
color: #3C6210;
}
</style>
background-color css
<style>
a { background-color: #3C6210; }
a { background-color: rgb(60,98,16); }
div.DivClassName
{
background-color: #3C6210;
}
.BgClassName
{
background-color: #3C6210;
}
</style>
border-color css
<style>
span { border-color: #3C6210; }
span { border-color: rgb(60,98,16); }
td.TdClassName
{
border-color: #3C6210;
}
.TagClassName
{
border-color: #3C6210;
}
</style>