Shades of Verdun Green #3C5104
Tints of Verdun Green #3C5104
RGB
CMYK
RGB Variations
Color information
#3C5104 (or 0x3C5104) is known color: Verdun Green. HEX triplet: 3C, 51 and 04. RGB value is (60,81,4). Sum of RGB (Red+Green+Blue) = 60+81+4=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5104 is #C3AEFB. Grayscale: #424242. Windows color (decimal): -12824316 or 282940. OLE color: 282940.
HSL color Cylindrical-coordinate representation of color #3C5104: hue angle of 76.36º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C5104 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 4 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.68 |
| HSL | 76.36º | 0.91% | 0.17% | - |
| HSV(B) | 76.36º | 0.95% | 0.32% | - |
| XYZ | 4.83 | 6.85 | 1.18 | - |
| YUV | 65.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 4 | 0.26 | 0 | 0.95 | 0.68 | 76.36 | 0.91 | 0.17 |
| Hex | 3C | 51 | 4 | 1A | 0 | 5F | 44 | 4C | 5B | 11 |
| Octal | 74 | 121 | 4 | 32 | 0 | 137 | 104 | 114 | 133 | 21 |
| Binary | 111100 | 1010001 | 100 | 11010 | 0 | 1011111 | 1000100 | 1001100 | 1011011 | 10001 |
Color Harmonies of #3C5104
Complementary color
Monochromatic Colors of #3C5104
Black with #3C5104
Text Example
Text Example
White with #3C5104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5104; }
p { color: rgb(60,81,4); }
H1.HeaderClassName
{
color: #3C5104;
}
.AnyTagClassName
{
color: #3C5104;
}
</style>
background-color css
<style>
a { background-color: #3C5104; }
a { background-color: rgb(60,81,4); }
div.DivClassName
{
background-color: #3C5104;
}
.BgClassName
{
background-color: #3C5104;
}
</style>
border-color css
<style>
span { border-color: #3C5104; }
span { border-color: rgb(60,81,4); }
td.TdClassName
{
border-color: #3C5104;
}
.TagClassName
{
border-color: #3C5104;
}
</style>