Shades of Verdun Green #3C6206
Tints of Verdun Green #3C6206
RGB
CMYK
RGB Variations
Color information
#3C6206 (or 0x3C6206) is known color: Verdun Green. HEX triplet: 3C, 62 and 06. RGB value is (60,98,6). Sum of RGB (Red+Green+Blue) = 60+98+6=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6206 is #C39DF9. Grayscale: #4C4C4C. Windows color (decimal): -12819962 or 418364. OLE color: 418364.
HSL color Cylindrical-coordinate representation of color #3C6206: hue angle of 84.78º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C6206 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 6 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.62 |
| HSL | 84.78º | 0.88% | 0.2% | - |
| HSV(B) | 84.78º | 0.94% | 0.38% | - |
| XYZ | 6.26 | 9.71 | 1.72 | - |
| YUV | 76.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 6 | 0.39 | 0 | 0.94 | 0.62 | 84.78 | 0.88 | 0.2 |
| Hex | 3C | 62 | 6 | 27 | 0 | 5E | 3E | 55 | 58 | 14 |
| Octal | 74 | 142 | 6 | 47 | 0 | 136 | 76 | 125 | 130 | 24 |
| Binary | 111100 | 1100010 | 110 | 100111 | 0 | 1011110 | 111110 | 1010101 | 1011000 | 10100 |
Color Harmonies of #3C6206
Complementary color
Monochromatic Colors of #3C6206
Black with #3C6206
Text Example
Text Example
White with #3C6206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6206; }
p { color: rgb(60,98,6); }
H1.HeaderClassName
{
color: #3C6206;
}
.AnyTagClassName
{
color: #3C6206;
}
</style>
background-color css
<style>
a { background-color: #3C6206; }
a { background-color: rgb(60,98,6); }
div.DivClassName
{
background-color: #3C6206;
}
.BgClassName
{
background-color: #3C6206;
}
</style>
border-color css
<style>
span { border-color: #3C6206; }
span { border-color: rgb(60,98,6); }
td.TdClassName
{
border-color: #3C6206;
}
.TagClassName
{
border-color: #3C6206;
}
</style>