Shades of Verdun Green #4C4903
Tints of Verdun Green #4C4903
RGB
CMYK
RGB Variations
Color information
#4C4903 (or 0x4C4903) is known color: Verdun Green. HEX triplet: 4C, 49 and 03. RGB value is (76,73,3). Sum of RGB (Red+Green+Blue) = 76+73+3=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4903 is #B3B6FC. Grayscale: #424242. Windows color (decimal): -11777789 or 215372. OLE color: 215372.
HSL color Cylindrical-coordinate representation of color #4C4903: hue angle of 57.53º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C4903 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 3 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.70 |
| HSL | 57.53º | 0.92% | 0.15% | - |
| HSV(B) | 57.53º | 0.96% | 0.3% | - |
| XYZ | 5.38 | 6.31 | 1.02 | - |
| YUV | 65.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 3 | 0 | 0.04 | 0.96 | 0.70 | 57.53 | 0.92 | 0.15 |
| Hex | 4C | 49 | 3 | 0 | 4 | 60 | 46 | 3A | 5C | F |
| Octal | 114 | 111 | 3 | 0 | 4 | 140 | 106 | 72 | 134 | 17 |
| Binary | 1001100 | 1001001 | 11 | 0 | 100 | 1100000 | 1000110 | 111010 | 1011100 | 1111 |
Color Harmonies of #4C4903
Complementary color
Monochromatic Colors of #4C4903
Black with #4C4903
Text Example
Text Example
White with #4C4903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4903; }
p { color: rgb(76,73,3); }
H1.HeaderClassName
{
color: #4C4903;
}
.AnyTagClassName
{
color: #4C4903;
}
</style>
background-color css
<style>
a { background-color: #4C4903; }
a { background-color: rgb(76,73,3); }
div.DivClassName
{
background-color: #4C4903;
}
.BgClassName
{
background-color: #4C4903;
}
</style>
border-color css
<style>
span { border-color: #4C4903; }
span { border-color: rgb(76,73,3); }
td.TdClassName
{
border-color: #4C4903;
}
.TagClassName
{
border-color: #4C4903;
}
</style>