Shades of Verdun Green #4A5415
Tints of Verdun Green #4A5415
RGB
CMYK
RGB Variations
Color information
#4A5415 (or 0x4A5415) is known color: Verdun Green. HEX triplet: 4A, 54 and 15. RGB value is (74,84,21). Sum of RGB (Red+Green+Blue) = 74+84+21=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5415 is #B5ABEA. Grayscale: #4A4A4A. Windows color (decimal): -11906027 or 1397834. OLE color: 1397834.
HSL color Cylindrical-coordinate representation of color #4A5415: hue angle of 69.52º 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 #4A5415 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 21 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.67 |
| HSL | 69.52º | 0.6% | 0.21% | - |
| HSV(B) | 69.52º | 0.75% | 0.33% | - |
| XYZ | 6.13 | 7.85 | 1.9 | - |
| YUV | 73.83 | 98.19 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 21 | 0.12 | 0 | 0.75 | 0.67 | 69.52 | 0.6 | 0.21 |
| Hex | 4A | 54 | 15 | C | 0 | 4B | 43 | 46 | 3C | 15 |
| Octal | 112 | 124 | 25 | 14 | 0 | 113 | 103 | 106 | 74 | 25 |
| Binary | 1001010 | 1010100 | 10101 | 1100 | 0 | 1001011 | 1000011 | 1000110 | 111100 | 10101 |
Color Harmonies of #4A5415
Complementary color
Monochromatic Colors of #4A5415
Black with #4A5415
Text Example
Text Example
White with #4A5415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5415; }
p { color: rgb(74,84,21); }
H1.HeaderClassName
{
color: #4A5415;
}
.AnyTagClassName
{
color: #4A5415;
}
</style>
background-color css
<style>
a { background-color: #4A5415; }
a { background-color: rgb(74,84,21); }
div.DivClassName
{
background-color: #4A5415;
}
.BgClassName
{
background-color: #4A5415;
}
</style>
border-color css
<style>
span { border-color: #4A5415; }
span { border-color: rgb(74,84,21); }
td.TdClassName
{
border-color: #4A5415;
}
.TagClassName
{
border-color: #4A5415;
}
</style>