Shades of Verdun Green #4A5900
Tints of Verdun Green #4A5900
RGB
CMYK
RGB Variations
Color information
#4A5900 (or 0x4A5900) is known color: Verdun Green. HEX triplet: 4A, 59 and 00. RGB value is (74,89,0). Sum of RGB (Red+Green+Blue) = 74+89+0=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5900 is #B5A6FF. Grayscale: #4A4A4A. Windows color (decimal): -11904768 or 22858. OLE color: 22858.
HSL color Cylindrical-coordinate representation of color #4A5900: hue angle of 70.11º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A5900 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.65 |
| HSL | 70.11º | 1% | 0.17% | - |
| HSV(B) | 70.11º | 1% | 0.35% | - |
| XYZ | 6.4 | 8.6 | 1.32 | - |
| YUV | 74.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 0 | 0.17 | 0 | 1 | 0.65 | 70.11 | 1 | 0.17 |
| Hex | 4A | 59 | 0 | 11 | 0 | 64 | 41 | 46 | 64 | 11 |
| Octal | 112 | 131 | 0 | 21 | 0 | 144 | 101 | 106 | 144 | 21 |
| Binary | 1001010 | 1011001 | 0 | 10001 | 0 | 1100100 | 1000001 | 1000110 | 1100100 | 10001 |
Color Harmonies of #4A5900
Complementary color
Monochromatic Colors of #4A5900
Black with #4A5900
Text Example
Text Example
White with #4A5900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5900; }
p { color: rgb(74,89,0); }
H1.HeaderClassName
{
color: #4A5900;
}
.AnyTagClassName
{
color: #4A5900;
}
</style>
background-color css
<style>
a { background-color: #4A5900; }
a { background-color: rgb(74,89,0); }
div.DivClassName
{
background-color: #4A5900;
}
.BgClassName
{
background-color: #4A5900;
}
</style>
border-color css
<style>
span { border-color: #4A5900; }
span { border-color: rgb(74,89,0); }
td.TdClassName
{
border-color: #4A5900;
}
.TagClassName
{
border-color: #4A5900;
}
</style>