Shades of Verdun Green #3C4E19
Tints of Verdun Green #3C4E19
RGB
CMYK
RGB Variations
Color information
#3C4E19 (or 0x3C4E19) is known color: Verdun Green. HEX triplet: 3C, 4E and 19. RGB value is (60,78,25). Sum of RGB (Red+Green+Blue) = 60+78+25=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #3C4E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C4E19 is #C3B1E6. Grayscale: #424242. Windows color (decimal): -12825063 or 1658428. OLE color: 1658428.
HSL color Cylindrical-coordinate representation of color #3C4E19: hue angle of 80.38º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C4E19 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 78 | 25 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.69 |
| HSL | 80.38º | 0.51% | 0.2% | - |
| HSV(B) | 80.38º | 0.68% | 0.31% | - |
| XYZ | 4.76 | 6.48 | 1.92 | - |
| YUV | 66.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 78 | 25 | 0.23 | 0 | 0.68 | 0.69 | 80.38 | 0.51 | 0.2 |
| Hex | 3C | 4E | 19 | 17 | 0 | 44 | 45 | 50 | 33 | 14 |
| Octal | 74 | 116 | 31 | 27 | 0 | 104 | 105 | 120 | 63 | 24 |
| Binary | 111100 | 1001110 | 11001 | 10111 | 0 | 1000100 | 1000101 | 1010000 | 110011 | 10100 |
Color Harmonies of #3C4E19
Complementary color
Monochromatic Colors of #3C4E19
Black with #3C4E19
Text Example
Text Example
White with #3C4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4E19; }
p { color: rgb(60,78,25); }
H1.HeaderClassName
{
color: #3C4E19;
}
.AnyTagClassName
{
color: #3C4E19;
}
</style>
background-color css
<style>
a { background-color: #3C4E19; }
a { background-color: rgb(60,78,25); }
div.DivClassName
{
background-color: #3C4E19;
}
.BgClassName
{
background-color: #3C4E19;
}
</style>
border-color css
<style>
span { border-color: #3C4E19; }
span { border-color: rgb(60,78,25); }
td.TdClassName
{
border-color: #3C4E19;
}
.TagClassName
{
border-color: #3C4E19;
}
</style>