Shades of Verdun Green #45590E
Tints of Verdun Green #45590E
RGB
CMYK
RGB Variations
Color information
#45590E (or 0x45590E) is known color: Verdun Green. HEX triplet: 45, 59 and 0E. RGB value is (69,89,14). Sum of RGB (Red+Green+Blue) = 69+89+14=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #45590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45590E is #BAA6F1. Grayscale: #4A4A4A. Windows color (decimal): -12232434 or 940357. OLE color: 940357.
HSL color Cylindrical-coordinate representation of color #45590E: hue angle of 76º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45590E is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 14 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.65 |
| HSL | 76º | 0.73% | 0.2% | - |
| HSV(B) | 76º | 0.84% | 0.35% | - |
| XYZ | 6.11 | 8.44 | 1.72 | - |
| YUV | 74.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 14 | 0.22 | 0 | 0.84 | 0.65 | 76 | 0.73 | 0.2 |
| Hex | 45 | 59 | E | 16 | 0 | 54 | 41 | 4C | 49 | 14 |
| Octal | 105 | 131 | 16 | 26 | 0 | 124 | 101 | 114 | 111 | 24 |
| Binary | 1000101 | 1011001 | 1110 | 10110 | 0 | 1010100 | 1000001 | 1001100 | 1001001 | 10100 |
Color Harmonies of #45590E
Complementary color
Monochromatic Colors of #45590E
Black with #45590E
Text Example
Text Example
White with #45590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45590E; }
p { color: rgb(69,89,14); }
H1.HeaderClassName
{
color: #45590E;
}
.AnyTagClassName
{
color: #45590E;
}
</style>
background-color css
<style>
a { background-color: #45590E; }
a { background-color: rgb(69,89,14); }
div.DivClassName
{
background-color: #45590E;
}
.BgClassName
{
background-color: #45590E;
}
</style>
border-color css
<style>
span { border-color: #45590E; }
span { border-color: rgb(69,89,14); }
td.TdClassName
{
border-color: #45590E;
}
.TagClassName
{
border-color: #45590E;
}
</style>