Shades of Verdun Green #3C550B
Tints of Verdun Green #3C550B
RGB
CMYK
RGB Variations
Color information
#3C550B (or 0x3C550B) is known color: Verdun Green. HEX triplet: 3C, 55 and 0B. RGB value is (60,85,11). Sum of RGB (Red+Green+Blue) = 60+85+11=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #3C550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C550B is #C3AAF4. Grayscale: #454545. Windows color (decimal): -12823285 or 742716. OLE color: 742716.
HSL color Cylindrical-coordinate representation of color #3C550B: hue angle of 80.27º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C550B is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 85 | 11 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.67 |
| HSL | 80.27º | 0.77% | 0.19% | - |
| HSV(B) | 80.27º | 0.87% | 0.33% | - |
| XYZ | 5.17 | 7.48 | 1.49 | - |
| YUV | 69.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 11 | 0.29 | 0 | 0.87 | 0.67 | 80.27 | 0.77 | 0.19 |
| Hex | 3C | 55 | B | 1D | 0 | 57 | 43 | 50 | 4D | 13 |
| Octal | 74 | 125 | 13 | 35 | 0 | 127 | 103 | 120 | 115 | 23 |
| Binary | 111100 | 1010101 | 1011 | 11101 | 0 | 1010111 | 1000011 | 1010000 | 1001101 | 10011 |
Color Harmonies of #3C550B
Complementary color
Monochromatic Colors of #3C550B
Black with #3C550B
Text Example
Text Example
White with #3C550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C550B; }
p { color: rgb(60,85,11); }
H1.HeaderClassName
{
color: #3C550B;
}
.AnyTagClassName
{
color: #3C550B;
}
</style>
background-color css
<style>
a { background-color: #3C550B; }
a { background-color: rgb(60,85,11); }
div.DivClassName
{
background-color: #3C550B;
}
.BgClassName
{
background-color: #3C550B;
}
</style>
border-color css
<style>
span { border-color: #3C550B; }
span { border-color: rgb(60,85,11); }
td.TdClassName
{
border-color: #3C550B;
}
.TagClassName
{
border-color: #3C550B;
}
</style>