Shades of Verdun Green #3C4F18
Tints of Verdun Green #3C4F18
RGB
CMYK
RGB Variations
Color information
#3C4F18 (or 0x3C4F18) is known color: Verdun Green. HEX triplet: 3C, 4F and 18. RGB value is (60,79,24). Sum of RGB (Red+Green+Blue) = 60+79+24=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #3C4F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C4F18 is #C3B0E7. Grayscale: #434343. Windows color (decimal): -12824808 or 1593148. OLE color: 1593148.
HSL color Cylindrical-coordinate representation of color #3C4F18: hue angle of 80.73º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C4F18 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 79 | 24 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.69 |
| HSL | 80.73º | 0.53% | 0.2% | - |
| HSV(B) | 80.73º | 0.7% | 0.31% | - |
| XYZ | 4.82 | 6.62 | 1.89 | - |
| YUV | 67.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 24 | 0.24 | 0 | 0.70 | 0.69 | 80.73 | 0.53 | 0.2 |
| Hex | 3C | 4F | 18 | 18 | 0 | 46 | 45 | 51 | 35 | 14 |
| Octal | 74 | 117 | 30 | 30 | 0 | 106 | 105 | 121 | 65 | 24 |
| Binary | 111100 | 1001111 | 11000 | 11000 | 0 | 1000110 | 1000101 | 1010001 | 110101 | 10100 |
Color Harmonies of #3C4F18
Complementary color
Monochromatic Colors of #3C4F18
Black with #3C4F18
Text Example
Text Example
White with #3C4F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4F18; }
p { color: rgb(60,79,24); }
H1.HeaderClassName
{
color: #3C4F18;
}
.AnyTagClassName
{
color: #3C4F18;
}
</style>
background-color css
<style>
a { background-color: #3C4F18; }
a { background-color: rgb(60,79,24); }
div.DivClassName
{
background-color: #3C4F18;
}
.BgClassName
{
background-color: #3C4F18;
}
</style>
border-color css
<style>
span { border-color: #3C4F18; }
span { border-color: rgb(60,79,24); }
td.TdClassName
{
border-color: #3C4F18;
}
.TagClassName
{
border-color: #3C4F18;
}
</style>