Shades of Verdun Green #4A5405
Tints of Verdun Green #4A5405
RGB
CMYK
RGB Variations
Color information
#4A5405 (or 0x4A5405) is known color: Verdun Green. HEX triplet: 4A, 54 and 05. RGB value is (74,84,5). Sum of RGB (Red+Green+Blue) = 74+84+5=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5405 is #B5ABFA. Grayscale: #484848. Windows color (decimal): -11906043 or 349258. OLE color: 349258.
HSL color Cylindrical-coordinate representation of color #4A5405: hue angle of 67.59º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A5405 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 5 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.67 |
| HSL | 67.59º | 0.89% | 0.17% | - |
| HSV(B) | 67.59º | 0.94% | 0.33% | - |
| XYZ | 6.02 | 7.81 | 1.33 | - |
| YUV | 72 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 5 | 0.12 | 0 | 0.94 | 0.67 | 67.59 | 0.89 | 0.17 |
| Hex | 4A | 54 | 5 | C | 0 | 5E | 43 | 44 | 59 | 11 |
| Octal | 112 | 124 | 5 | 14 | 0 | 136 | 103 | 104 | 131 | 21 |
| Binary | 1001010 | 1010100 | 101 | 1100 | 0 | 1011110 | 1000011 | 1000100 | 1011001 | 10001 |
Color Harmonies of #4A5405
Complementary color
Monochromatic Colors of #4A5405
Black with #4A5405
Text Example
Text Example
White with #4A5405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5405; }
p { color: rgb(74,84,5); }
H1.HeaderClassName
{
color: #4A5405;
}
.AnyTagClassName
{
color: #4A5405;
}
</style>
background-color css
<style>
a { background-color: #4A5405; }
a { background-color: rgb(74,84,5); }
div.DivClassName
{
background-color: #4A5405;
}
.BgClassName
{
background-color: #4A5405;
}
</style>
border-color css
<style>
span { border-color: #4A5405; }
span { border-color: rgb(74,84,5); }
td.TdClassName
{
border-color: #4A5405;
}
.TagClassName
{
border-color: #4A5405;
}
</style>