Shades of Verdun Green #4C7303
Tints of Verdun Green #4C7303
RGB
CMYK
RGB Variations
Color information
#4C7303 (or 0x4C7303) is known color: Verdun Green. HEX triplet: 4C, 73 and 03. RGB value is (76,115,3). Sum of RGB (Red+Green+Blue) = 76+115+3=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7303 is #B38CFC. Grayscale: #5A5A5A. Windows color (decimal): -11767037 or 226124. OLE color: 226124.
HSL color Cylindrical-coordinate representation of color #4C7303: hue angle of 80.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C7303 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 3 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.55 |
| HSL | 80.89º | 0.95% | 0.23% | - |
| HSV(B) | 80.89º | 0.97% | 0.45% | - |
| XYZ | 9.13 | 13.8 | 2.27 | - |
| YUV | 90.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 3 | 0.34 | 0 | 0.97 | 0.55 | 80.89 | 0.95 | 0.23 |
| Hex | 4C | 73 | 3 | 22 | 0 | 61 | 37 | 51 | 5F | 17 |
| Octal | 114 | 163 | 3 | 42 | 0 | 141 | 67 | 121 | 137 | 27 |
| Binary | 1001100 | 1110011 | 11 | 100010 | 0 | 1100001 | 110111 | 1010001 | 1011111 | 10111 |
Color Harmonies of #4C7303
Complementary color
Monochromatic Colors of #4C7303
Black with #4C7303
Text Example
Text Example
White with #4C7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7303; }
p { color: rgb(76,115,3); }
H1.HeaderClassName
{
color: #4C7303;
}
.AnyTagClassName
{
color: #4C7303;
}
</style>
background-color css
<style>
a { background-color: #4C7303; }
a { background-color: rgb(76,115,3); }
div.DivClassName
{
background-color: #4C7303;
}
.BgClassName
{
background-color: #4C7303;
}
</style>
border-color css
<style>
span { border-color: #4C7303; }
span { border-color: rgb(76,115,3); }
td.TdClassName
{
border-color: #4C7303;
}
.TagClassName
{
border-color: #4C7303;
}
</style>