Shades of Verdun Green #3C5603
Tints of Verdun Green #3C5603
RGB
CMYK
RGB Variations
Color information
#3C5603 (or 0x3C5603) is known color: Verdun Green. HEX triplet: 3C, 56 and 03. RGB value is (60,86,3). Sum of RGB (Red+Green+Blue) = 60+86+3=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 86 (33.98% from 255 or 57.72% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 86 - color contains mainly: green. Hex color #3C5603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5603 is #C3A9FC. Grayscale: #454545. Windows color (decimal): -12823037 or 218684. OLE color: 218684.
HSL color Cylindrical-coordinate representation of color #3C5603: hue angle of 78.8º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C5603 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 86 | 3 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.66 |
| HSL | 78.8º | 0.93% | 0.17% | - |
| HSV(B) | 78.8º | 0.97% | 0.34% | - |
| XYZ | 5.21 | 7.62 | 1.28 | - |
| YUV | 68.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 86 | 3 | 0.30 | 0 | 0.97 | 0.66 | 78.8 | 0.93 | 0.17 |
| Hex | 3C | 56 | 3 | 1E | 0 | 61 | 42 | 4F | 5D | 11 |
| Octal | 74 | 126 | 3 | 36 | 0 | 141 | 102 | 117 | 135 | 21 |
| Binary | 111100 | 1010110 | 11 | 11110 | 0 | 1100001 | 1000010 | 1001111 | 1011101 | 10001 |
Color Harmonies of #3C5603
Complementary color
Monochromatic Colors of #3C5603
Black with #3C5603
Text Example
Text Example
White with #3C5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5603; }
p { color: rgb(60,86,3); }
H1.HeaderClassName
{
color: #3C5603;
}
.AnyTagClassName
{
color: #3C5603;
}
</style>
background-color css
<style>
a { background-color: #3C5603; }
a { background-color: rgb(60,86,3); }
div.DivClassName
{
background-color: #3C5603;
}
.BgClassName
{
background-color: #3C5603;
}
</style>
border-color css
<style>
span { border-color: #3C5603; }
span { border-color: rgb(60,86,3); }
td.TdClassName
{
border-color: #3C5603;
}
.TagClassName
{
border-color: #3C5603;
}
</style>