Shades of Verdun Green #3C6205
Tints of Verdun Green #3C6205
RGB
CMYK
RGB Variations
Color information
#3C6205 (or 0x3C6205) is known color: Verdun Green. HEX triplet: 3C, 62 and 05. RGB value is (60,98,5). Sum of RGB (Red+Green+Blue) = 60+98+5=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6205 is #C39DFA. Grayscale: #4C4C4C. Windows color (decimal): -12819963 or 352828. OLE color: 352828.
HSL color Cylindrical-coordinate representation of color #3C6205: hue angle of 84.52º 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 #3C6205 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 5 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.62 |
| HSL | 84.52º | 0.9% | 0.2% | - |
| HSV(B) | 84.52º | 0.95% | 0.38% | - |
| XYZ | 6.26 | 9.71 | 1.69 | - |
| YUV | 76.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 5 | 0.39 | 0 | 0.95 | 0.62 | 84.52 | 0.9 | 0.2 |
| Hex | 3C | 62 | 5 | 27 | 0 | 5F | 3E | 55 | 5A | 14 |
| Octal | 74 | 142 | 5 | 47 | 0 | 137 | 76 | 125 | 132 | 24 |
| Binary | 111100 | 1100010 | 101 | 100111 | 0 | 1011111 | 111110 | 1010101 | 1011010 | 10100 |
Color Harmonies of #3C6205
Complementary color
Monochromatic Colors of #3C6205
Black with #3C6205
Text Example
Text Example
White with #3C6205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6205; }
p { color: rgb(60,98,5); }
H1.HeaderClassName
{
color: #3C6205;
}
.AnyTagClassName
{
color: #3C6205;
}
</style>
background-color css
<style>
a { background-color: #3C6205; }
a { background-color: rgb(60,98,5); }
div.DivClassName
{
background-color: #3C6205;
}
.BgClassName
{
background-color: #3C6205;
}
</style>
border-color css
<style>
span { border-color: #3C6205; }
span { border-color: rgb(60,98,5); }
td.TdClassName
{
border-color: #3C6205;
}
.TagClassName
{
border-color: #3C6205;
}
</style>