Shades of Verdun Green #3C5B11
Tints of Verdun Green #3C5B11
RGB
CMYK
RGB Variations
Color information
#3C5B11 (or 0x3C5B11) is known color: Verdun Green. HEX triplet: 3C, 5B and 11. RGB value is (60,91,17). Sum of RGB (Red+Green+Blue) = 60+91+17=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #3C5B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5B11 is #C3A4EE. Grayscale: #494949. Windows color (decimal): -12821743 or 1137468. OLE color: 1137468.
HSL color Cylindrical-coordinate representation of color #3C5B11: hue angle of 85.14º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C5B11 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 91 | 17 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.64 |
| HSL | 85.14º | 0.69% | 0.21% | - |
| HSV(B) | 85.14º | 0.81% | 0.36% | - |
| XYZ | 5.71 | 8.48 | 1.87 | - |
| YUV | 73.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 91 | 17 | 0.34 | 0 | 0.81 | 0.64 | 85.14 | 0.69 | 0.21 |
| Hex | 3C | 5B | 11 | 22 | 0 | 51 | 40 | 55 | 45 | 15 |
| Octal | 74 | 133 | 21 | 42 | 0 | 121 | 100 | 125 | 105 | 25 |
| Binary | 111100 | 1011011 | 10001 | 100010 | 0 | 1010001 | 1000000 | 1010101 | 1000101 | 10101 |
Color Harmonies of #3C5B11
Complementary color
Monochromatic Colors of #3C5B11
Black with #3C5B11
Text Example
Text Example
White with #3C5B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5B11; }
p { color: rgb(60,91,17); }
H1.HeaderClassName
{
color: #3C5B11;
}
.AnyTagClassName
{
color: #3C5B11;
}
</style>
background-color css
<style>
a { background-color: #3C5B11; }
a { background-color: rgb(60,91,17); }
div.DivClassName
{
background-color: #3C5B11;
}
.BgClassName
{
background-color: #3C5B11;
}
</style>
border-color css
<style>
span { border-color: #3C5B11; }
span { border-color: rgb(60,91,17); }
td.TdClassName
{
border-color: #3C5B11;
}
.TagClassName
{
border-color: #3C5B11;
}
</style>