Shades of Verdun Green #3C4E10
Tints of Verdun Green #3C4E10
RGB
CMYK
RGB Variations
Color information
#3C4E10 (or 0x3C4E10) is known color: Verdun Green. HEX triplet: 3C, 4E and 10. RGB value is (60,78,16). Sum of RGB (Red+Green+Blue) = 60+78+16=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #3C4E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C4E10 is #C3B1EF. Grayscale: #414141. Windows color (decimal): -12825072 or 1068604. OLE color: 1068604.
HSL color Cylindrical-coordinate representation of color #3C4E10: hue angle of 77.42º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C4E10 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 78 | 16 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.69 |
| HSL | 77.42º | 0.66% | 0.18% | - |
| HSV(B) | 77.42º | 0.79% | 0.31% | - |
| XYZ | 4.68 | 6.45 | 1.49 | - |
| YUV | 65.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 78 | 16 | 0.23 | 0 | 0.79 | 0.69 | 77.42 | 0.66 | 0.18 |
| Hex | 3C | 4E | 10 | 17 | 0 | 4F | 45 | 4D | 42 | 12 |
| Octal | 74 | 116 | 20 | 27 | 0 | 117 | 105 | 115 | 102 | 22 |
| Binary | 111100 | 1001110 | 10000 | 10111 | 0 | 1001111 | 1000101 | 1001101 | 1000010 | 10010 |
Color Harmonies of #3C4E10
Complementary color
Monochromatic Colors of #3C4E10
Black with #3C4E10
Text Example
Text Example
White with #3C4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4E10; }
p { color: rgb(60,78,16); }
H1.HeaderClassName
{
color: #3C4E10;
}
.AnyTagClassName
{
color: #3C4E10;
}
</style>
background-color css
<style>
a { background-color: #3C4E10; }
a { background-color: rgb(60,78,16); }
div.DivClassName
{
background-color: #3C4E10;
}
.BgClassName
{
background-color: #3C4E10;
}
</style>
border-color css
<style>
span { border-color: #3C4E10; }
span { border-color: rgb(60,78,16); }
td.TdClassName
{
border-color: #3C4E10;
}
.TagClassName
{
border-color: #3C4E10;
}
</style>