Shades of Verdun Green #3C5410
Tints of Verdun Green #3C5410
RGB
CMYK
RGB Variations
Color information
#3C5410 (or 0x3C5410) is known color: Verdun Green. HEX triplet: 3C, 54 and 10. RGB value is (60,84,16). Sum of RGB (Red+Green+Blue) = 60+84+16=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5410 is #C3ABEF. Grayscale: #454545. Windows color (decimal): -12823536 or 1070140. OLE color: 1070140.
HSL color Cylindrical-coordinate representation of color #3C5410: hue angle of 81.18º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C5410 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 16 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.67 |
| HSL | 81.18º | 0.68% | 0.2% | - |
| HSV(B) | 81.18º | 0.81% | 0.33% | - |
| XYZ | 5.13 | 7.34 | 1.64 | - |
| YUV | 69.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 16 | 0.29 | 0 | 0.81 | 0.67 | 81.18 | 0.68 | 0.2 |
| Hex | 3C | 54 | 10 | 1D | 0 | 51 | 43 | 51 | 44 | 14 |
| Octal | 74 | 124 | 20 | 35 | 0 | 121 | 103 | 121 | 104 | 24 |
| Binary | 111100 | 1010100 | 10000 | 11101 | 0 | 1010001 | 1000011 | 1010001 | 1000100 | 10100 |
Color Harmonies of #3C5410
Complementary color
Monochromatic Colors of #3C5410
Black with #3C5410
Text Example
Text Example
White with #3C5410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5410; }
p { color: rgb(60,84,16); }
H1.HeaderClassName
{
color: #3C5410;
}
.AnyTagClassName
{
color: #3C5410;
}
</style>
background-color css
<style>
a { background-color: #3C5410; }
a { background-color: rgb(60,84,16); }
div.DivClassName
{
background-color: #3C5410;
}
.BgClassName
{
background-color: #3C5410;
}
</style>
border-color css
<style>
span { border-color: #3C5410; }
span { border-color: rgb(60,84,16); }
td.TdClassName
{
border-color: #3C5410;
}
.TagClassName
{
border-color: #3C5410;
}
</style>