Shades of Verdun Green #4C5415
Tints of Verdun Green #4C5415
RGB
CMYK
RGB Variations
Color information
#4C5415 (or 0x4C5415) is known color: Verdun Green. HEX triplet: 4C, 54 and 15. RGB value is (76,84,21). Sum of RGB (Red+Green+Blue) = 76+84+21=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5415 is #B3ABEA. Grayscale: #4A4A4A. Windows color (decimal): -11774955 or 1397836. OLE color: 1397836.
HSL color Cylindrical-coordinate representation of color #4C5415: hue angle of 67.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C5415 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 84 | 21 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.67 |
| HSL | 67.62º | 0.6% | 0.21% | - |
| HSV(B) | 67.62º | 0.75% | 0.33% | - |
| XYZ | 6.29 | 7.93 | 1.91 | - |
| YUV | 74.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 21 | 0.10 | 0 | 0.75 | 0.67 | 67.62 | 0.6 | 0.21 |
| Hex | 4C | 54 | 15 | A | 0 | 4B | 43 | 44 | 3C | 15 |
| Octal | 114 | 124 | 25 | 12 | 0 | 113 | 103 | 104 | 74 | 25 |
| Binary | 1001100 | 1010100 | 10101 | 1010 | 0 | 1001011 | 1000011 | 1000100 | 111100 | 10101 |
Color Harmonies of #4C5415
Complementary color
Monochromatic Colors of #4C5415
Black with #4C5415
Text Example
Text Example
White with #4C5415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5415; }
p { color: rgb(76,84,21); }
H1.HeaderClassName
{
color: #4C5415;
}
.AnyTagClassName
{
color: #4C5415;
}
</style>
background-color css
<style>
a { background-color: #4C5415; }
a { background-color: rgb(76,84,21); }
div.DivClassName
{
background-color: #4C5415;
}
.BgClassName
{
background-color: #4C5415;
}
</style>
border-color css
<style>
span { border-color: #4C5415; }
span { border-color: rgb(76,84,21); }
td.TdClassName
{
border-color: #4C5415;
}
.TagClassName
{
border-color: #4C5415;
}
</style>