Shades of Verdun Green #3C610D
Tints of Verdun Green #3C610D
RGB
CMYK
RGB Variations
Color information
#3C610D (or 0x3C610D) is known color: Verdun Green. HEX triplet: 3C, 61 and 0D. RGB value is (60,97,13). Sum of RGB (Red+Green+Blue) = 60+97+13=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #3C610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C610D is #C39EF2. Grayscale: #4C4C4C. Windows color (decimal): -12820211 or 876860. OLE color: 876860.
HSL color Cylindrical-coordinate representation of color #3C610D: hue angle of 86.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C610D is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 13 | - |
| CMYK | 0.38 | 0 | 0.87 | 0.62 |
| HSL | 86.43º | 0.76% | 0.22% | - |
| HSV(B) | 86.43º | 0.87% | 0.38% | - |
| XYZ | 6.21 | 9.54 | 1.89 | - |
| YUV | 76.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 13 | 0.38 | 0 | 0.87 | 0.62 | 86.43 | 0.76 | 0.22 |
| Hex | 3C | 61 | D | 26 | 0 | 57 | 3E | 56 | 4C | 16 |
| Octal | 74 | 141 | 15 | 46 | 0 | 127 | 76 | 126 | 114 | 26 |
| Binary | 111100 | 1100001 | 1101 | 100110 | 0 | 1010111 | 111110 | 1010110 | 1001100 | 10110 |
Color Harmonies of #3C610D
Complementary color
Monochromatic Colors of #3C610D
Black with #3C610D
Text Example
Text Example
White with #3C610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C610D; }
p { color: rgb(60,97,13); }
H1.HeaderClassName
{
color: #3C610D;
}
.AnyTagClassName
{
color: #3C610D;
}
</style>
background-color css
<style>
a { background-color: #3C610D; }
a { background-color: rgb(60,97,13); }
div.DivClassName
{
background-color: #3C610D;
}
.BgClassName
{
background-color: #3C610D;
}
</style>
border-color css
<style>
span { border-color: #3C610D; }
span { border-color: rgb(60,97,13); }
td.TdClassName
{
border-color: #3C610D;
}
.TagClassName
{
border-color: #3C610D;
}
</style>