Shades of Verdun Green #3C580C
Tints of Verdun Green #3C580C
RGB
CMYK
RGB Variations
Color information
#3C580C (or 0x3C580C) is known color: Verdun Green. HEX triplet: 3C, 58 and 0C. RGB value is (60,88,12). Sum of RGB (Red+Green+Blue) = 60+88+12=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #3C580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C580C is #C3A7F3. Grayscale: #474747. Windows color (decimal): -12822516 or 809020. OLE color: 809020.
HSL color Cylindrical-coordinate representation of color #3C580C: hue angle of 82.11º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C580C is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 88 | 12 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.65 |
| HSL | 82.11º | 0.76% | 0.2% | - |
| HSV(B) | 82.11º | 0.86% | 0.35% | - |
| XYZ | 5.42 | 7.97 | 1.6 | - |
| YUV | 70.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 12 | 0.32 | 0 | 0.86 | 0.65 | 82.11 | 0.76 | 0.2 |
| Hex | 3C | 58 | C | 20 | 0 | 56 | 41 | 52 | 4C | 14 |
| Octal | 74 | 130 | 14 | 40 | 0 | 126 | 101 | 122 | 114 | 24 |
| Binary | 111100 | 1011000 | 1100 | 100000 | 0 | 1010110 | 1000001 | 1010010 | 1001100 | 10100 |
Color Harmonies of #3C580C
Complementary color
Monochromatic Colors of #3C580C
Black with #3C580C
Text Example
Text Example
White with #3C580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C580C; }
p { color: rgb(60,88,12); }
H1.HeaderClassName
{
color: #3C580C;
}
.AnyTagClassName
{
color: #3C580C;
}
</style>
background-color css
<style>
a { background-color: #3C580C; }
a { background-color: rgb(60,88,12); }
div.DivClassName
{
background-color: #3C580C;
}
.BgClassName
{
background-color: #3C580C;
}
</style>
border-color css
<style>
span { border-color: #3C580C; }
span { border-color: rgb(60,88,12); }
td.TdClassName
{
border-color: #3C580C;
}
.TagClassName
{
border-color: #3C580C;
}
</style>