Shades of Verdun Green #4A7403
Tints of Verdun Green #4A7403
RGB
CMYK
RGB Variations
Color information
#4A7403 (or 0x4A7403) is known color: Verdun Green. HEX triplet: 4A, 74 and 03. RGB value is (74,116,3). Sum of RGB (Red+Green+Blue) = 74+116+3=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7403 is #B58BFC. Grayscale: #5A5A5A. Windows color (decimal): -11897853 or 226378. OLE color: 226378.
HSL color Cylindrical-coordinate representation of color #4A7403: hue angle of 82.3º 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 #4A7403 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 116 | 3 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.55 |
| HSL | 82.3º | 0.95% | 0.23% | - |
| HSV(B) | 82.3º | 0.97% | 0.45% | - |
| XYZ | 9.09 | 13.95 | 2.3 | - |
| YUV | 90.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 116 | 3 | 0.36 | 0 | 0.97 | 0.55 | 82.3 | 0.95 | 0.23 |
| Hex | 4A | 74 | 3 | 24 | 0 | 61 | 37 | 52 | 5F | 17 |
| Octal | 112 | 164 | 3 | 44 | 0 | 141 | 67 | 122 | 137 | 27 |
| Binary | 1001010 | 1110100 | 11 | 100100 | 0 | 1100001 | 110111 | 1010010 | 1011111 | 10111 |
Color Harmonies of #4A7403
Complementary color
Monochromatic Colors of #4A7403
Black with #4A7403
Text Example
Text Example
White with #4A7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7403; }
p { color: rgb(74,116,3); }
H1.HeaderClassName
{
color: #4A7403;
}
.AnyTagClassName
{
color: #4A7403;
}
</style>
background-color css
<style>
a { background-color: #4A7403; }
a { background-color: rgb(74,116,3); }
div.DivClassName
{
background-color: #4A7403;
}
.BgClassName
{
background-color: #4A7403;
}
</style>
border-color css
<style>
span { border-color: #4A7403; }
span { border-color: rgb(74,116,3); }
td.TdClassName
{
border-color: #4A7403;
}
.TagClassName
{
border-color: #4A7403;
}
</style>