Shades of Verdun Green #3C6105
Tints of Verdun Green #3C6105
RGB
CMYK
RGB Variations
Color information
#3C6105 (or 0x3C6105) is known color: Verdun Green. HEX triplet: 3C, 61 and 05. RGB value is (60,97,5). Sum of RGB (Red+Green+Blue) = 60+97+5=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6105 is #C39EFA. Grayscale: #4B4B4B. Windows color (decimal): -12820219 or 352572. OLE color: 352572.
HSL color Cylindrical-coordinate representation of color #3C6105: hue angle of 84.13º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C6105 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 5 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.62 |
| HSL | 84.13º | 0.9% | 0.2% | - |
| HSV(B) | 84.13º | 0.95% | 0.38% | - |
| XYZ | 6.17 | 9.52 | 1.66 | - |
| YUV | 75.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 5 | 0.38 | 0 | 0.95 | 0.62 | 84.13 | 0.9 | 0.2 |
| Hex | 3C | 61 | 5 | 26 | 0 | 5F | 3E | 54 | 5A | 14 |
| Octal | 74 | 141 | 5 | 46 | 0 | 137 | 76 | 124 | 132 | 24 |
| Binary | 111100 | 1100001 | 101 | 100110 | 0 | 1011111 | 111110 | 1010100 | 1011010 | 10100 |
Color Harmonies of #3C6105
Complementary color
Monochromatic Colors of #3C6105
Black with #3C6105
Text Example
Text Example
White with #3C6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6105; }
p { color: rgb(60,97,5); }
H1.HeaderClassName
{
color: #3C6105;
}
.AnyTagClassName
{
color: #3C6105;
}
</style>
background-color css
<style>
a { background-color: #3C6105; }
a { background-color: rgb(60,97,5); }
div.DivClassName
{
background-color: #3C6105;
}
.BgClassName
{
background-color: #3C6105;
}
</style>
border-color css
<style>
span { border-color: #3C6105; }
span { border-color: rgb(60,97,5); }
td.TdClassName
{
border-color: #3C6105;
}
.TagClassName
{
border-color: #3C6105;
}
</style>