Shades of Verdun Green #3C560D
Tints of Verdun Green #3C560D
RGB
CMYK
RGB Variations
Color information
#3C560D (or 0x3C560D) is known color: Verdun Green. HEX triplet: 3C, 56 and 0D. RGB value is (60,86,13). Sum of RGB (Red+Green+Blue) = 60+86+13=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #3C560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C560D is #C3A9F2. Grayscale: #464646. Windows color (decimal): -12823027 or 874044. OLE color: 874044.
HSL color Cylindrical-coordinate representation of color #3C560D: hue angle of 81.37º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C560D is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 86 | 13 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.66 |
| HSL | 81.37º | 0.74% | 0.19% | - |
| HSV(B) | 81.37º | 0.85% | 0.34% | - |
| XYZ | 5.26 | 7.65 | 1.58 | - |
| YUV | 69.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 86 | 13 | 0.30 | 0 | 0.85 | 0.66 | 81.37 | 0.74 | 0.19 |
| Hex | 3C | 56 | D | 1E | 0 | 55 | 42 | 51 | 4A | 13 |
| Octal | 74 | 126 | 15 | 36 | 0 | 125 | 102 | 121 | 112 | 23 |
| Binary | 111100 | 1010110 | 1101 | 11110 | 0 | 1010101 | 1000010 | 1010001 | 1001010 | 10011 |
Color Harmonies of #3C560D
Complementary color
Monochromatic Colors of #3C560D
Black with #3C560D
Text Example
Text Example
White with #3C560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C560D; }
p { color: rgb(60,86,13); }
H1.HeaderClassName
{
color: #3C560D;
}
.AnyTagClassName
{
color: #3C560D;
}
</style>
background-color css
<style>
a { background-color: #3C560D; }
a { background-color: rgb(60,86,13); }
div.DivClassName
{
background-color: #3C560D;
}
.BgClassName
{
background-color: #3C560D;
}
</style>
border-color css
<style>
span { border-color: #3C560D; }
span { border-color: rgb(60,86,13); }
td.TdClassName
{
border-color: #3C560D;
}
.TagClassName
{
border-color: #3C560D;
}
</style>