Shades of Verdun Green #3C620D
Tints of Verdun Green #3C620D
RGB
CMYK
RGB Variations
Color information
#3C620D (or 0x3C620D) is known color: Verdun Green. HEX triplet: 3C, 62 and 0D. RGB value is (60,98,13). Sum of RGB (Red+Green+Blue) = 60+98+13=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #3C620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C620D is #C39DF2. Grayscale: #4D4D4D. Windows color (decimal): -12819955 or 877116. OLE color: 877116.
HSL color Cylindrical-coordinate representation of color #3C620D: hue angle of 86.82º degrees, saturation: 0.77, 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 #3C620D is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 13 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.62 |
| HSL | 86.82º | 0.77% | 0.22% | - |
| HSV(B) | 86.82º | 0.87% | 0.38% | - |
| XYZ | 6.3 | 9.73 | 1.93 | - |
| YUV | 76.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 13 | 0.39 | 0 | 0.87 | 0.62 | 86.82 | 0.77 | 0.22 |
| Hex | 3C | 62 | D | 27 | 0 | 57 | 3E | 57 | 4D | 16 |
| Octal | 74 | 142 | 15 | 47 | 0 | 127 | 76 | 127 | 115 | 26 |
| Binary | 111100 | 1100010 | 1101 | 100111 | 0 | 1010111 | 111110 | 1010111 | 1001101 | 10110 |
Color Harmonies of #3C620D
Complementary color
Monochromatic Colors of #3C620D
Black with #3C620D
Text Example
Text Example
White with #3C620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C620D; }
p { color: rgb(60,98,13); }
H1.HeaderClassName
{
color: #3C620D;
}
.AnyTagClassName
{
color: #3C620D;
}
</style>
background-color css
<style>
a { background-color: #3C620D; }
a { background-color: rgb(60,98,13); }
div.DivClassName
{
background-color: #3C620D;
}
.BgClassName
{
background-color: #3C620D;
}
</style>
border-color css
<style>
span { border-color: #3C620D; }
span { border-color: rgb(60,98,13); }
td.TdClassName
{
border-color: #3C620D;
}
.TagClassName
{
border-color: #3C620D;
}
</style>