Shades of Verdun Green #4A5603
Tints of Verdun Green #4A5603
RGB
CMYK
RGB Variations
Color information
#4A5603 (or 0x4A5603) is known color: Verdun Green. HEX triplet: 4A, 56 and 03. RGB value is (74,86,3). Sum of RGB (Red+Green+Blue) = 74+86+3=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5603 is #B5A9FC. Grayscale: #494949. Windows color (decimal): -11905533 or 218698. OLE color: 218698.
HSL color Cylindrical-coordinate representation of color #4A5603: hue angle of 68.67º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A5603 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 3 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.66 |
| HSL | 68.67º | 0.93% | 0.17% | - |
| HSV(B) | 68.67º | 0.97% | 0.34% | - |
| XYZ | 6.17 | 8.12 | 1.33 | - |
| YUV | 72.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 3 | 0.14 | 0 | 0.97 | 0.66 | 68.67 | 0.93 | 0.17 |
| Hex | 4A | 56 | 3 | E | 0 | 61 | 42 | 45 | 5D | 11 |
| Octal | 112 | 126 | 3 | 16 | 0 | 141 | 102 | 105 | 135 | 21 |
| Binary | 1001010 | 1010110 | 11 | 1110 | 0 | 1100001 | 1000010 | 1000101 | 1011101 | 10001 |
Color Harmonies of #4A5603
Complementary color
Monochromatic Colors of #4A5603
Black with #4A5603
Text Example
Text Example
White with #4A5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5603; }
p { color: rgb(74,86,3); }
H1.HeaderClassName
{
color: #4A5603;
}
.AnyTagClassName
{
color: #4A5603;
}
</style>
background-color css
<style>
a { background-color: #4A5603; }
a { background-color: rgb(74,86,3); }
div.DivClassName
{
background-color: #4A5603;
}
.BgClassName
{
background-color: #4A5603;
}
</style>
border-color css
<style>
span { border-color: #4A5603; }
span { border-color: rgb(74,86,3); }
td.TdClassName
{
border-color: #4A5603;
}
.TagClassName
{
border-color: #4A5603;
}
</style>