Shades of Verdun Green #3C590D
Tints of Verdun Green #3C590D
RGB
CMYK
RGB Variations
Color information
#3C590D (or 0x3C590D) is known color: Verdun Green. HEX triplet: 3C, 59 and 0D. RGB value is (60,89,13). Sum of RGB (Red+Green+Blue) = 60+89+13=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #3C590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C590D is #C3A6F2. Grayscale: #474747. Windows color (decimal): -12822259 or 874812. OLE color: 874812.
HSL color Cylindrical-coordinate representation of color #3C590D: hue angle of 82.89º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C590D is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 89 | 13 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.65 |
| HSL | 82.89º | 0.75% | 0.2% | - |
| HSV(B) | 82.89º | 0.85% | 0.35% | - |
| XYZ | 5.51 | 8.13 | 1.66 | - |
| YUV | 71.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 13 | 0.33 | 0 | 0.85 | 0.65 | 82.89 | 0.75 | 0.2 |
| Hex | 3C | 59 | D | 21 | 0 | 55 | 41 | 53 | 4B | 14 |
| Octal | 74 | 131 | 15 | 41 | 0 | 125 | 101 | 123 | 113 | 24 |
| Binary | 111100 | 1011001 | 1101 | 100001 | 0 | 1010101 | 1000001 | 1010011 | 1001011 | 10100 |
Color Harmonies of #3C590D
Complementary color
Monochromatic Colors of #3C590D
Black with #3C590D
Text Example
Text Example
White with #3C590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C590D; }
p { color: rgb(60,89,13); }
H1.HeaderClassName
{
color: #3C590D;
}
.AnyTagClassName
{
color: #3C590D;
}
</style>
background-color css
<style>
a { background-color: #3C590D; }
a { background-color: rgb(60,89,13); }
div.DivClassName
{
background-color: #3C590D;
}
.BgClassName
{
background-color: #3C590D;
}
</style>
border-color css
<style>
span { border-color: #3C590D; }
span { border-color: rgb(60,89,13); }
td.TdClassName
{
border-color: #3C590D;
}
.TagClassName
{
border-color: #3C590D;
}
</style>