Shades of Verdun Green #4A5814
Tints of Verdun Green #4A5814
RGB
CMYK
RGB Variations
Color information
#4A5814 (or 0x4A5814) is known color: Verdun Green. HEX triplet: 4A, 58 and 14. RGB value is (74,88,20). Sum of RGB (Red+Green+Blue) = 74+88+20=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5814 is #B5A7EB. Grayscale: #4C4C4C. Windows color (decimal): -11905004 or 1333322. OLE color: 1333322.
HSL color Cylindrical-coordinate representation of color #4A5814: hue angle of 72.35º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A5814 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 20 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.65 |
| HSL | 72.35º | 0.63% | 0.21% | - |
| HSV(B) | 72.35º | 0.77% | 0.35% | - |
| XYZ | 6.44 | 8.49 | 1.96 | - |
| YUV | 76.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 20 | 0.16 | 0 | 0.77 | 0.65 | 72.35 | 0.63 | 0.21 |
| Hex | 4A | 58 | 14 | 10 | 0 | 4D | 41 | 48 | 3F | 15 |
| Octal | 112 | 130 | 24 | 20 | 0 | 115 | 101 | 110 | 77 | 25 |
| Binary | 1001010 | 1011000 | 10100 | 10000 | 0 | 1001101 | 1000001 | 1001000 | 111111 | 10101 |
Color Harmonies of #4A5814
Complementary color
Monochromatic Colors of #4A5814
Black with #4A5814
Text Example
Text Example
White with #4A5814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5814; }
p { color: rgb(74,88,20); }
H1.HeaderClassName
{
color: #4A5814;
}
.AnyTagClassName
{
color: #4A5814;
}
</style>
background-color css
<style>
a { background-color: #4A5814; }
a { background-color: rgb(74,88,20); }
div.DivClassName
{
background-color: #4A5814;
}
.BgClassName
{
background-color: #4A5814;
}
</style>
border-color css
<style>
span { border-color: #4A5814; }
span { border-color: rgb(74,88,20); }
td.TdClassName
{
border-color: #4A5814;
}
.TagClassName
{
border-color: #4A5814;
}
</style>