Shades of Verdun Green #3C5211
Tints of Verdun Green #3C5211
RGB
CMYK
RGB Variations
Color information
#3C5211 (or 0x3C5211) is known color: Verdun Green. HEX triplet: 3C, 52 and 11. RGB value is (60,82,17). Sum of RGB (Red+Green+Blue) = 60+82+17=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5211 is #C3ADEE. Grayscale: #444444. Windows color (decimal): -12824047 or 1135164. OLE color: 1135164.
HSL color Cylindrical-coordinate representation of color #3C5211: hue angle of 80.31º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C5211 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 17 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.68 |
| HSL | 80.31º | 0.66% | 0.19% | - |
| HSV(B) | 80.31º | 0.79% | 0.32% | - |
| XYZ | 4.98 | 7.04 | 1.63 | - |
| YUV | 68.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 17 | 0.27 | 0 | 0.79 | 0.68 | 80.31 | 0.66 | 0.19 |
| Hex | 3C | 52 | 11 | 1B | 0 | 4F | 44 | 50 | 42 | 13 |
| Octal | 74 | 122 | 21 | 33 | 0 | 117 | 104 | 120 | 102 | 23 |
| Binary | 111100 | 1010010 | 10001 | 11011 | 0 | 1001111 | 1000100 | 1010000 | 1000010 | 10011 |
Color Harmonies of #3C5211
Complementary color
Monochromatic Colors of #3C5211
Black with #3C5211
Text Example
Text Example
White with #3C5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5211; }
p { color: rgb(60,82,17); }
H1.HeaderClassName
{
color: #3C5211;
}
.AnyTagClassName
{
color: #3C5211;
}
</style>
background-color css
<style>
a { background-color: #3C5211; }
a { background-color: rgb(60,82,17); }
div.DivClassName
{
background-color: #3C5211;
}
.BgClassName
{
background-color: #3C5211;
}
</style>
border-color css
<style>
span { border-color: #3C5211; }
span { border-color: rgb(60,82,17); }
td.TdClassName
{
border-color: #3C5211;
}
.TagClassName
{
border-color: #3C5211;
}
</style>