Shades of Verdun Green #4A7003
Tints of Verdun Green #4A7003
RGB
CMYK
RGB Variations
Color information
#4A7003 (or 0x4A7003) is known color: Verdun Green. HEX triplet: 4A, 70 and 03. RGB value is (74,112,3). Sum of RGB (Red+Green+Blue) = 74+112+3=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7003 is #B58FFC. Grayscale: #585858. Windows color (decimal): -11898877 or 225354. OLE color: 225354.
HSL color Cylindrical-coordinate representation of color #4A7003: hue angle of 80.92º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A7003 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 3 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.56 |
| HSL | 80.92º | 0.95% | 0.23% | - |
| HSV(B) | 80.92º | 0.97% | 0.44% | - |
| XYZ | 8.63 | 13.05 | 2.15 | - |
| YUV | 88.21 | 79.91 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 3 | 0.34 | 0 | 0.97 | 0.56 | 80.92 | 0.95 | 0.23 |
| Hex | 4A | 70 | 3 | 22 | 0 | 61 | 38 | 51 | 5F | 17 |
| Octal | 112 | 160 | 3 | 42 | 0 | 141 | 70 | 121 | 137 | 27 |
| Binary | 1001010 | 1110000 | 11 | 100010 | 0 | 1100001 | 111000 | 1010001 | 1011111 | 10111 |
Color Harmonies of #4A7003
Complementary color
Monochromatic Colors of #4A7003
Black with #4A7003
Text Example
Text Example
White with #4A7003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7003; }
p { color: rgb(74,112,3); }
H1.HeaderClassName
{
color: #4A7003;
}
.AnyTagClassName
{
color: #4A7003;
}
</style>
background-color css
<style>
a { background-color: #4A7003; }
a { background-color: rgb(74,112,3); }
div.DivClassName
{
background-color: #4A7003;
}
.BgClassName
{
background-color: #4A7003;
}
</style>
border-color css
<style>
span { border-color: #4A7003; }
span { border-color: rgb(74,112,3); }
td.TdClassName
{
border-color: #4A7003;
}
.TagClassName
{
border-color: #4A7003;
}
</style>