Shades of Verdun Green #4C4E04
Tints of Verdun Green #4C4E04
RGB
CMYK
RGB Variations
Color information
#4C4E04 (or 0x4C4E04) is known color: Verdun Green. HEX triplet: 4C, 4E and 04. RGB value is (76,78,4). Sum of RGB (Red+Green+Blue) = 76+78+4=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C4E04 is #B3B1FB. Grayscale: #454545. Windows color (decimal): -11776508 or 282188. OLE color: 282188.
HSL color Cylindrical-coordinate representation of color #4C4E04: hue angle of 61.62º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C4E04 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 78 | 4 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.69 |
| HSL | 61.62º | 0.9% | 0.16% | - |
| HSV(B) | 61.62º | 0.95% | 0.31% | - |
| XYZ | 5.73 | 6.99 | 1.16 | - |
| YUV | 68.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 4 | 0.03 | 0 | 0.95 | 0.69 | 61.62 | 0.9 | 0.16 |
| Hex | 4C | 4E | 4 | 3 | 0 | 5F | 45 | 3E | 5A | 10 |
| Octal | 114 | 116 | 4 | 3 | 0 | 137 | 105 | 76 | 132 | 20 |
| Binary | 1001100 | 1001110 | 100 | 11 | 0 | 1011111 | 1000101 | 111110 | 1011010 | 10000 |
Color Harmonies of #4C4E04
Complementary color
Monochromatic Colors of #4C4E04
Black with #4C4E04
Text Example
Text Example
White with #4C4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E04; }
p { color: rgb(76,78,4); }
H1.HeaderClassName
{
color: #4C4E04;
}
.AnyTagClassName
{
color: #4C4E04;
}
</style>
background-color css
<style>
a { background-color: #4C4E04; }
a { background-color: rgb(76,78,4); }
div.DivClassName
{
background-color: #4C4E04;
}
.BgClassName
{
background-color: #4C4E04;
}
</style>
border-color css
<style>
span { border-color: #4C4E04; }
span { border-color: rgb(76,78,4); }
td.TdClassName
{
border-color: #4C4E04;
}
.TagClassName
{
border-color: #4C4E04;
}
</style>