Shades of Verdun Green #3C540C
Tints of Verdun Green #3C540C
RGB
CMYK
RGB Variations
Color information
#3C540C (or 0x3C540C) is known color: Verdun Green. HEX triplet: 3C, 54 and 0C. RGB value is (60,84,12). Sum of RGB (Red+Green+Blue) = 60+84+12=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #3C540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C540C is #C3ABF3. Grayscale: #444444. Windows color (decimal): -12823540 or 807996. OLE color: 807996.
HSL color Cylindrical-coordinate representation of color #3C540C: hue angle of 80º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C540C is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 12 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.67 |
| HSL | 80º | 0.75% | 0.19% | - |
| HSV(B) | 80º | 0.86% | 0.33% | - |
| XYZ | 5.1 | 7.33 | 1.49 | - |
| YUV | 68.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 12 | 0.29 | 0 | 0.86 | 0.67 | 80 | 0.75 | 0.19 |
| Hex | 3C | 54 | C | 1D | 0 | 56 | 43 | 50 | 4B | 13 |
| Octal | 74 | 124 | 14 | 35 | 0 | 126 | 103 | 120 | 113 | 23 |
| Binary | 111100 | 1010100 | 1100 | 11101 | 0 | 1010110 | 1000011 | 1010000 | 1001011 | 10011 |
Color Harmonies of #3C540C
Complementary color
Monochromatic Colors of #3C540C
Black with #3C540C
Text Example
Text Example
White with #3C540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C540C; }
p { color: rgb(60,84,12); }
H1.HeaderClassName
{
color: #3C540C;
}
.AnyTagClassName
{
color: #3C540C;
}
</style>
background-color css
<style>
a { background-color: #3C540C; }
a { background-color: rgb(60,84,12); }
div.DivClassName
{
background-color: #3C540C;
}
.BgClassName
{
background-color: #3C540C;
}
</style>
border-color css
<style>
span { border-color: #3C540C; }
span { border-color: rgb(60,84,12); }
td.TdClassName
{
border-color: #3C540C;
}
.TagClassName
{
border-color: #3C540C;
}
</style>