Shades of Verdun Green #3C620C
Tints of Verdun Green #3C620C
RGB
CMYK
RGB Variations
Color information
#3C620C (or 0x3C620C) is known color: Verdun Green. HEX triplet: 3C, 62 and 0C. RGB value is (60,98,12). Sum of RGB (Red+Green+Blue) = 60+98+12=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #3C620C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C620C is #C39DF3. Grayscale: #4D4D4D. Windows color (decimal): -12819956 or 811580. OLE color: 811580.
HSL color Cylindrical-coordinate representation of color #3C620C: hue angle of 86.51º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C620C is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 12 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.62 |
| HSL | 86.51º | 0.78% | 0.22% | - |
| HSV(B) | 86.51º | 0.88% | 0.38% | - |
| XYZ | 6.3 | 9.72 | 1.89 | - |
| YUV | 76.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 12 | 0.39 | 0 | 0.88 | 0.62 | 86.51 | 0.78 | 0.22 |
| Hex | 3C | 62 | C | 27 | 0 | 58 | 3E | 57 | 4E | 16 |
| Octal | 74 | 142 | 14 | 47 | 0 | 130 | 76 | 127 | 116 | 26 |
| Binary | 111100 | 1100010 | 1100 | 100111 | 0 | 1011000 | 111110 | 1010111 | 1001110 | 10110 |
Color Harmonies of #3C620C
Complementary color
Monochromatic Colors of #3C620C
Black with #3C620C
Text Example
Text Example
White with #3C620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C620C; }
p { color: rgb(60,98,12); }
H1.HeaderClassName
{
color: #3C620C;
}
.AnyTagClassName
{
color: #3C620C;
}
</style>
background-color css
<style>
a { background-color: #3C620C; }
a { background-color: rgb(60,98,12); }
div.DivClassName
{
background-color: #3C620C;
}
.BgClassName
{
background-color: #3C620C;
}
</style>
border-color css
<style>
span { border-color: #3C620C; }
span { border-color: rgb(60,98,12); }
td.TdClassName
{
border-color: #3C620C;
}
.TagClassName
{
border-color: #3C620C;
}
</style>