Shades of Verdun Green #3C4C12
Tints of Verdun Green #3C4C12
RGB
CMYK
RGB Variations
Color information
#3C4C12 (or 0x3C4C12) is known color: Verdun Green. HEX triplet: 3C, 4C and 12. RGB value is (60,76,18). Sum of RGB (Red+Green+Blue) = 60+76+18=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4C12 is #C3B3ED. Grayscale: #404040. Windows color (decimal): -12825582 or 1199164. OLE color: 1199164.
HSL color Cylindrical-coordinate representation of color #3C4C12: hue angle of 76.55º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C4C12 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 76 | 18 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.70 |
| HSL | 76.55º | 0.62% | 0.18% | - |
| HSV(B) | 76.55º | 0.76% | 0.3% | - |
| XYZ | 4.56 | 6.17 | 1.52 | - |
| YUV | 64.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 76 | 18 | 0.21 | 0 | 0.76 | 0.70 | 76.55 | 0.62 | 0.18 |
| Hex | 3C | 4C | 12 | 15 | 0 | 4C | 46 | 4D | 3E | 12 |
| Octal | 74 | 114 | 22 | 25 | 0 | 114 | 106 | 115 | 76 | 22 |
| Binary | 111100 | 1001100 | 10010 | 10101 | 0 | 1001100 | 1000110 | 1001101 | 111110 | 10010 |
Color Harmonies of #3C4C12
Complementary color
Monochromatic Colors of #3C4C12
Black with #3C4C12
Text Example
Text Example
White with #3C4C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4C12; }
p { color: rgb(60,76,18); }
H1.HeaderClassName
{
color: #3C4C12;
}
.AnyTagClassName
{
color: #3C4C12;
}
</style>
background-color css
<style>
a { background-color: #3C4C12; }
a { background-color: rgb(60,76,18); }
div.DivClassName
{
background-color: #3C4C12;
}
.BgClassName
{
background-color: #3C4C12;
}
</style>
border-color css
<style>
span { border-color: #3C4C12; }
span { border-color: rgb(60,76,18); }
td.TdClassName
{
border-color: #3C4C12;
}
.TagClassName
{
border-color: #3C4C12;
}
</style>