Shades of Verdun Green #4A591F
Tints of Verdun Green #4A591F
RGB
CMYK
RGB Variations
Color information
#4A591F (or 0x4A591F) is known color: Verdun Green. HEX triplet: 4A, 59 and 1F. RGB value is (74,89,31). Sum of RGB (Red+Green+Blue) = 74+89+31=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #4A591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A591F is #B5A6E0. Grayscale: #4E4E4E. Windows color (decimal): -11904737 or 2054474. OLE color: 2054474.
HSL color Cylindrical-coordinate representation of color #4A591F: hue angle of 75.52º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A591F is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 31 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.65 |
| HSL | 75.52º | 0.48% | 0.24% | - |
| HSV(B) | 75.52º | 0.65% | 0.35% | - |
| XYZ | 6.64 | 8.7 | 2.63 | - |
| YUV | 77.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 31 | 0.17 | 0 | 0.65 | 0.65 | 75.52 | 0.48 | 0.24 |
| Hex | 4A | 59 | 1F | 11 | 0 | 41 | 41 | 4C | 30 | 18 |
| Octal | 112 | 131 | 37 | 21 | 0 | 101 | 101 | 114 | 60 | 30 |
| Binary | 1001010 | 1011001 | 11111 | 10001 | 0 | 1000001 | 1000001 | 1001100 | 110000 | 11000 |
Color Harmonies of #4A591F
Complementary color
Monochromatic Colors of #4A591F
Black with #4A591F
Text Example
Text Example
White with #4A591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A591F; }
p { color: rgb(74,89,31); }
H1.HeaderClassName
{
color: #4A591F;
}
.AnyTagClassName
{
color: #4A591F;
}
</style>
background-color css
<style>
a { background-color: #4A591F; }
a { background-color: rgb(74,89,31); }
div.DivClassName
{
background-color: #4A591F;
}
.BgClassName
{
background-color: #4A591F;
}
</style>
border-color css
<style>
span { border-color: #4A591F; }
span { border-color: rgb(74,89,31); }
td.TdClassName
{
border-color: #4A591F;
}
.TagClassName
{
border-color: #4A591F;
}
</style>