Shades of Verdun Green #4C5510
Tints of Verdun Green #4C5510
RGB
CMYK
RGB Variations
Color information
#4C5510 (or 0x4C5510) is known color: Verdun Green. HEX triplet: 4C, 55 and 10. RGB value is (76,85,16). Sum of RGB (Red+Green+Blue) = 76+85+16=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5510 is #B3AAEF. Grayscale: #4A4A4A. Windows color (decimal): -11774704 or 1070412. OLE color: 1070412.
HSL color Cylindrical-coordinate representation of color #4C5510: hue angle of 67.83º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C5510 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 85 | 16 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.67 |
| HSL | 67.83º | 0.68% | 0.2% | - |
| HSV(B) | 67.83º | 0.81% | 0.33% | - |
| XYZ | 6.32 | 8.07 | 1.71 | - |
| YUV | 74.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 16 | 0.11 | 0 | 0.81 | 0.67 | 67.83 | 0.68 | 0.2 |
| Hex | 4C | 55 | 10 | B | 0 | 51 | 43 | 44 | 44 | 14 |
| Octal | 114 | 125 | 20 | 13 | 0 | 121 | 103 | 104 | 104 | 24 |
| Binary | 1001100 | 1010101 | 10000 | 1011 | 0 | 1010001 | 1000011 | 1000100 | 1000100 | 10100 |
Color Harmonies of #4C5510
Complementary color
Monochromatic Colors of #4C5510
Black with #4C5510
Text Example
Text Example
White with #4C5510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5510; }
p { color: rgb(76,85,16); }
H1.HeaderClassName
{
color: #4C5510;
}
.AnyTagClassName
{
color: #4C5510;
}
</style>
background-color css
<style>
a { background-color: #4C5510; }
a { background-color: rgb(76,85,16); }
div.DivClassName
{
background-color: #4C5510;
}
.BgClassName
{
background-color: #4C5510;
}
</style>
border-color css
<style>
span { border-color: #4C5510; }
span { border-color: rgb(76,85,16); }
td.TdClassName
{
border-color: #4C5510;
}
.TagClassName
{
border-color: #4C5510;
}
</style>