Shades of Verdun Green #3C4800
Tints of Verdun Green #3C4800
RGB
CMYK
RGB Variations
Color information
#3C4800 (or 0x3C4800) is known color: Verdun Green. HEX triplet: 3C, 48 and 00. RGB value is (60,72,0). Sum of RGB (Red+Green+Blue) = 60+72+0=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4800 is #C3B7FF. Grayscale: #3C3C3C. Windows color (decimal): -12826624 or 18492. OLE color: 18492.
HSL color Cylindrical-coordinate representation of color #3C4800: hue angle of 70º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C4800 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.72 |
| HSL | 70º | 1% | 0.14% | - |
| HSV(B) | 70º | 1% | 0.28% | - |
| XYZ | 4.18 | 5.6 | 0.86 | - |
| YUV | 60.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 0 | 0.17 | 0 | 1 | 0.72 | 70 | 1 | 0.14 |
| Hex | 3C | 48 | 0 | 11 | 0 | 64 | 48 | 46 | 64 | E |
| Octal | 74 | 110 | 0 | 21 | 0 | 144 | 110 | 106 | 144 | 16 |
| Binary | 111100 | 1001000 | 0 | 10001 | 0 | 1100100 | 1001000 | 1000110 | 1100100 | 1110 |
Color Harmonies of #3C4800
Complementary color
Monochromatic Colors of #3C4800
Black with #3C4800
Text Example
Text Example
White with #3C4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4800; }
p { color: rgb(60,72,0); }
H1.HeaderClassName
{
color: #3C4800;
}
.AnyTagClassName
{
color: #3C4800;
}
</style>
background-color css
<style>
a { background-color: #3C4800; }
a { background-color: rgb(60,72,0); }
div.DivClassName
{
background-color: #3C4800;
}
.BgClassName
{
background-color: #3C4800;
}
</style>
border-color css
<style>
span { border-color: #3C4800; }
span { border-color: rgb(60,72,0); }
td.TdClassName
{
border-color: #3C4800;
}
.TagClassName
{
border-color: #3C4800;
}
</style>