Shades of Verdun Green #3C500C
Tints of Verdun Green #3C500C
RGB
CMYK
RGB Variations
Color information
#3C500C (or 0x3C500C) is known color: Verdun Green. HEX triplet: 3C, 50 and 0C. RGB value is (60,80,12). Sum of RGB (Red+Green+Blue) = 60+80+12=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #3C500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C500C is #C3AFF3. Grayscale: #424242. Windows color (decimal): -12824564 or 806972. OLE color: 806972.
HSL color Cylindrical-coordinate representation of color #3C500C: hue angle of 77.65º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C500C is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 80 | 12 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.69 |
| HSL | 77.65º | 0.74% | 0.18% | - |
| HSV(B) | 77.65º | 0.85% | 0.31% | - |
| XYZ | 4.8 | 6.72 | 1.39 | - |
| YUV | 66.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 12 | 0.25 | 0 | 0.85 | 0.69 | 77.65 | 0.74 | 0.18 |
| Hex | 3C | 50 | C | 19 | 0 | 55 | 45 | 4E | 4A | 12 |
| Octal | 74 | 120 | 14 | 31 | 0 | 125 | 105 | 116 | 112 | 22 |
| Binary | 111100 | 1010000 | 1100 | 11001 | 0 | 1010101 | 1000101 | 1001110 | 1001010 | 10010 |
Color Harmonies of #3C500C
Complementary color
Monochromatic Colors of #3C500C
Black with #3C500C
Text Example
Text Example
White with #3C500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C500C; }
p { color: rgb(60,80,12); }
H1.HeaderClassName
{
color: #3C500C;
}
.AnyTagClassName
{
color: #3C500C;
}
</style>
background-color css
<style>
a { background-color: #3C500C; }
a { background-color: rgb(60,80,12); }
div.DivClassName
{
background-color: #3C500C;
}
.BgClassName
{
background-color: #3C500C;
}
</style>
border-color css
<style>
span { border-color: #3C500C; }
span { border-color: rgb(60,80,12); }
td.TdClassName
{
border-color: #3C500C;
}
.TagClassName
{
border-color: #3C500C;
}
</style>