Shades of Verdun Green #4C5109
Tints of Verdun Green #4C5109
RGB
CMYK
RGB Variations
Color information
#4C5109 (or 0x4C5109) is known color: Verdun Green. HEX triplet: 4C, 51 and 09. RGB value is (76,81,9). Sum of RGB (Red+Green+Blue) = 76+81+9=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5109 is #B3AEF6. Grayscale: #474747. Windows color (decimal): -11775735 or 610636. OLE color: 610636.
HSL color Cylindrical-coordinate representation of color #4C5109: hue angle of 64.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C5109 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 9 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.68 |
| HSL | 64.17º | 0.8% | 0.18% | - |
| HSV(B) | 64.17º | 0.89% | 0.32% | - |
| XYZ | 5.97 | 7.44 | 1.38 | - |
| YUV | 71.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 9 | 0.06 | 0 | 0.89 | 0.68 | 64.17 | 0.8 | 0.18 |
| Hex | 4C | 51 | 9 | 6 | 0 | 59 | 44 | 40 | 50 | 12 |
| Octal | 114 | 121 | 11 | 6 | 0 | 131 | 104 | 100 | 120 | 22 |
| Binary | 1001100 | 1010001 | 1001 | 110 | 0 | 1011001 | 1000100 | 1000000 | 1010000 | 10010 |
Color Harmonies of #4C5109
Complementary color
Monochromatic Colors of #4C5109
Black with #4C5109
Text Example
Text Example
White with #4C5109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5109; }
p { color: rgb(76,81,9); }
H1.HeaderClassName
{
color: #4C5109;
}
.AnyTagClassName
{
color: #4C5109;
}
</style>
background-color css
<style>
a { background-color: #4C5109; }
a { background-color: rgb(76,81,9); }
div.DivClassName
{
background-color: #4C5109;
}
.BgClassName
{
background-color: #4C5109;
}
</style>
border-color css
<style>
span { border-color: #4C5109; }
span { border-color: rgb(76,81,9); }
td.TdClassName
{
border-color: #4C5109;
}
.TagClassName
{
border-color: #4C5109;
}
</style>