Shades of Verdun Green #4A7305
Tints of Verdun Green #4A7305
RGB
CMYK
RGB Variations
Color information
#4A7305 (or 0x4A7305) is known color: Verdun Green. HEX triplet: 4A, 73 and 05. RGB value is (74,115,5). Sum of RGB (Red+Green+Blue) = 74+115+5=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7305 is #B58CFA. Grayscale: #5A5A5A. Windows color (decimal): -11898107 or 357194. OLE color: 357194.
HSL color Cylindrical-coordinate representation of color #4A7305: hue angle of 82.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A7305 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 115 | 5 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.55 |
| HSL | 82.36º | 0.92% | 0.24% | - |
| HSV(B) | 82.36º | 0.96% | 0.45% | - |
| XYZ | 8.98 | 13.73 | 2.32 | - |
| YUV | 90.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 115 | 5 | 0.36 | 0 | 0.96 | 0.55 | 82.36 | 0.92 | 0.24 |
| Hex | 4A | 73 | 5 | 24 | 0 | 60 | 37 | 52 | 5C | 18 |
| Octal | 112 | 163 | 5 | 44 | 0 | 140 | 67 | 122 | 134 | 30 |
| Binary | 1001010 | 1110011 | 101 | 100100 | 0 | 1100000 | 110111 | 1010010 | 1011100 | 11000 |
Color Harmonies of #4A7305
Complementary color
Monochromatic Colors of #4A7305
Black with #4A7305
Text Example
Text Example
White with #4A7305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7305; }
p { color: rgb(74,115,5); }
H1.HeaderClassName
{
color: #4A7305;
}
.AnyTagClassName
{
color: #4A7305;
}
</style>
background-color css
<style>
a { background-color: #4A7305; }
a { background-color: rgb(74,115,5); }
div.DivClassName
{
background-color: #4A7305;
}
.BgClassName
{
background-color: #4A7305;
}
</style>
border-color css
<style>
span { border-color: #4A7305; }
span { border-color: rgb(74,115,5); }
td.TdClassName
{
border-color: #4A7305;
}
.TagClassName
{
border-color: #4A7305;
}
</style>