Shades of Verdun Green #4A5219
Tints of Verdun Green #4A5219
RGB
CMYK
RGB Variations
Color information
#4A5219 (or 0x4A5219) is known color: Verdun Green. HEX triplet: 4A, 52 and 19. RGB value is (74,82,25). Sum of RGB (Red+Green+Blue) = 74+82+25=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #4A5219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5219 is #B5ADE6. Grayscale: #494949. Windows color (decimal): -11906535 or 1659466. OLE color: 1659466.
HSL color Cylindrical-coordinate representation of color #4A5219: hue angle of 68.42º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A5219 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 82 | 25 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.68 |
| HSL | 68.42º | 0.53% | 0.21% | - |
| HSV(B) | 68.42º | 0.7% | 0.32% | - |
| XYZ | 6.02 | 7.56 | 2.06 | - |
| YUV | 73.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 25 | 0.10 | 0 | 0.70 | 0.68 | 68.42 | 0.53 | 0.21 |
| Hex | 4A | 52 | 19 | A | 0 | 46 | 44 | 44 | 35 | 15 |
| Octal | 112 | 122 | 31 | 12 | 0 | 106 | 104 | 104 | 65 | 25 |
| Binary | 1001010 | 1010010 | 11001 | 1010 | 0 | 1000110 | 1000100 | 1000100 | 110101 | 10101 |
Color Harmonies of #4A5219
Complementary color
Monochromatic Colors of #4A5219
Black with #4A5219
Text Example
Text Example
White with #4A5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5219; }
p { color: rgb(74,82,25); }
H1.HeaderClassName
{
color: #4A5219;
}
.AnyTagClassName
{
color: #4A5219;
}
</style>
background-color css
<style>
a { background-color: #4A5219; }
a { background-color: rgb(74,82,25); }
div.DivClassName
{
background-color: #4A5219;
}
.BgClassName
{
background-color: #4A5219;
}
</style>
border-color css
<style>
span { border-color: #4A5219; }
span { border-color: rgb(74,82,25); }
td.TdClassName
{
border-color: #4A5219;
}
.TagClassName
{
border-color: #4A5219;
}
</style>