Shades of Verdun Green #3C5518
Tints of Verdun Green #3C5518
RGB
CMYK
RGB Variations
Color information
#3C5518 (or 0x3C5518) is known color: Verdun Green. HEX triplet: 3C, 55 and 18. RGB value is (60,85,24). Sum of RGB (Red+Green+Blue) = 60+85+24=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5518 is #C3AAE7. Grayscale: #464646. Windows color (decimal): -12823272 or 1594684. OLE color: 1594684.
HSL color Cylindrical-coordinate representation of color #3C5518: hue angle of 84.59º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C5518 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 85 | 24 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.67 |
| HSL | 84.59º | 0.56% | 0.21% | - |
| HSV(B) | 84.59º | 0.72% | 0.33% | - |
| XYZ | 5.28 | 7.52 | 2.04 | - |
| YUV | 70.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 24 | 0.29 | 0 | 0.72 | 0.67 | 84.59 | 0.56 | 0.21 |
| Hex | 3C | 55 | 18 | 1D | 0 | 48 | 43 | 55 | 38 | 15 |
| Octal | 74 | 125 | 30 | 35 | 0 | 110 | 103 | 125 | 70 | 25 |
| Binary | 111100 | 1010101 | 11000 | 11101 | 0 | 1001000 | 1000011 | 1010101 | 111000 | 10101 |
Color Harmonies of #3C5518
Complementary color
Monochromatic Colors of #3C5518
Black with #3C5518
Text Example
Text Example
White with #3C5518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5518; }
p { color: rgb(60,85,24); }
H1.HeaderClassName
{
color: #3C5518;
}
.AnyTagClassName
{
color: #3C5518;
}
</style>
background-color css
<style>
a { background-color: #3C5518; }
a { background-color: rgb(60,85,24); }
div.DivClassName
{
background-color: #3C5518;
}
.BgClassName
{
background-color: #3C5518;
}
</style>
border-color css
<style>
span { border-color: #3C5518; }
span { border-color: rgb(60,85,24); }
td.TdClassName
{
border-color: #3C5518;
}
.TagClassName
{
border-color: #3C5518;
}
</style>