Shades of Verdun Green #4A5515
Tints of Verdun Green #4A5515
RGB
CMYK
RGB Variations
Color information
#4A5515 (or 0x4A5515) is known color: Verdun Green. HEX triplet: 4A, 55 and 15. RGB value is (74,85,21). Sum of RGB (Red+Green+Blue) = 74+85+21=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5515 is #B5AAEA. Grayscale: #4A4A4A. Windows color (decimal): -11905771 or 1398090. OLE color: 1398090.
HSL color Cylindrical-coordinate representation of color #4A5515: hue angle of 70.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A5515 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 85 | 21 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.67 |
| HSL | 70.31º | 0.6% | 0.21% | - |
| HSV(B) | 70.31º | 0.75% | 0.33% | - |
| XYZ | 6.21 | 8.01 | 1.93 | - |
| YUV | 74.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 21 | 0.13 | 0 | 0.75 | 0.67 | 70.31 | 0.6 | 0.21 |
| Hex | 4A | 55 | 15 | D | 0 | 4B | 43 | 46 | 3C | 15 |
| Octal | 112 | 125 | 25 | 15 | 0 | 113 | 103 | 106 | 74 | 25 |
| Binary | 1001010 | 1010101 | 10101 | 1101 | 0 | 1001011 | 1000011 | 1000110 | 111100 | 10101 |
Color Harmonies of #4A5515
Complementary color
Monochromatic Colors of #4A5515
Black with #4A5515
Text Example
Text Example
White with #4A5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5515; }
p { color: rgb(74,85,21); }
H1.HeaderClassName
{
color: #4A5515;
}
.AnyTagClassName
{
color: #4A5515;
}
</style>
background-color css
<style>
a { background-color: #4A5515; }
a { background-color: rgb(74,85,21); }
div.DivClassName
{
background-color: #4A5515;
}
.BgClassName
{
background-color: #4A5515;
}
</style>
border-color css
<style>
span { border-color: #4A5515; }
span { border-color: rgb(74,85,21); }
td.TdClassName
{
border-color: #4A5515;
}
.TagClassName
{
border-color: #4A5515;
}
</style>