Shades of Verdun Green #3C4D15
Tints of Verdun Green #3C4D15
RGB
CMYK
RGB Variations
Color information
#3C4D15 (or 0x3C4D15) is known color: Verdun Green. HEX triplet: 3C, 4D and 15. RGB value is (60,77,21). Sum of RGB (Red+Green+Blue) = 60+77+21=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #3C4D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C4D15 is #C3B2EA. Grayscale: #414141. Windows color (decimal): -12825323 or 1396028. OLE color: 1396028.
HSL color Cylindrical-coordinate representation of color #3C4D15: hue angle of 78.21º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C4D15 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 77 | 21 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.70 |
| HSL | 78.21º | 0.57% | 0.19% | - |
| HSV(B) | 78.21º | 0.73% | 0.3% | - |
| XYZ | 4.65 | 6.32 | 1.68 | - |
| YUV | 65.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 21 | 0.22 | 0 | 0.73 | 0.70 | 78.21 | 0.57 | 0.19 |
| Hex | 3C | 4D | 15 | 16 | 0 | 49 | 46 | 4E | 39 | 13 |
| Octal | 74 | 115 | 25 | 26 | 0 | 111 | 106 | 116 | 71 | 23 |
| Binary | 111100 | 1001101 | 10101 | 10110 | 0 | 1001001 | 1000110 | 1001110 | 111001 | 10011 |
Color Harmonies of #3C4D15
Complementary color
Monochromatic Colors of #3C4D15
Black with #3C4D15
Text Example
Text Example
White with #3C4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4D15; }
p { color: rgb(60,77,21); }
H1.HeaderClassName
{
color: #3C4D15;
}
.AnyTagClassName
{
color: #3C4D15;
}
</style>
background-color css
<style>
a { background-color: #3C4D15; }
a { background-color: rgb(60,77,21); }
div.DivClassName
{
background-color: #3C4D15;
}
.BgClassName
{
background-color: #3C4D15;
}
</style>
border-color css
<style>
span { border-color: #3C4D15; }
span { border-color: rgb(60,77,21); }
td.TdClassName
{
border-color: #3C4D15;
}
.TagClassName
{
border-color: #3C4D15;
}
</style>