Shades of Verdun Green #3C5A11
Tints of Verdun Green #3C5A11
RGB
CMYK
RGB Variations
Color information
#3C5A11 (or 0x3C5A11) is known color: Verdun Green. HEX triplet: 3C, 5A and 11. RGB value is (60,90,17). Sum of RGB (Red+Green+Blue) = 60+90+17=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5A11 is #C3A5EE. Grayscale: #484848. Windows color (decimal): -12821999 or 1137212. OLE color: 1137212.
HSL color Cylindrical-coordinate representation of color #3C5A11: hue angle of 84.66º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C5A11 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 90 | 17 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.65 |
| HSL | 84.66º | 0.68% | 0.21% | - |
| HSV(B) | 84.66º | 0.81% | 0.35% | - |
| XYZ | 5.62 | 8.31 | 1.84 | - |
| YUV | 72.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 17 | 0.33 | 0 | 0.81 | 0.65 | 84.66 | 0.68 | 0.21 |
| Hex | 3C | 5A | 11 | 21 | 0 | 51 | 41 | 55 | 44 | 15 |
| Octal | 74 | 132 | 21 | 41 | 0 | 121 | 101 | 125 | 104 | 25 |
| Binary | 111100 | 1011010 | 10001 | 100001 | 0 | 1010001 | 1000001 | 1010101 | 1000100 | 10101 |
Color Harmonies of #3C5A11
Complementary color
Monochromatic Colors of #3C5A11
Black with #3C5A11
Text Example
Text Example
White with #3C5A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5A11; }
p { color: rgb(60,90,17); }
H1.HeaderClassName
{
color: #3C5A11;
}
.AnyTagClassName
{
color: #3C5A11;
}
</style>
background-color css
<style>
a { background-color: #3C5A11; }
a { background-color: rgb(60,90,17); }
div.DivClassName
{
background-color: #3C5A11;
}
.BgClassName
{
background-color: #3C5A11;
}
</style>
border-color css
<style>
span { border-color: #3C5A11; }
span { border-color: rgb(60,90,17); }
td.TdClassName
{
border-color: #3C5A11;
}
.TagClassName
{
border-color: #3C5A11;
}
</style>