Shades of Verdun Green #45590B
Tints of Verdun Green #45590B
RGB
CMYK
RGB Variations
Color information
#45590B (or 0x45590B) is known color: Verdun Green. HEX triplet: 45, 59 and 0B. RGB value is (69,89,11). Sum of RGB (Red+Green+Blue) = 69+89+11=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #45590B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45590B is #BAA6F4. Grayscale: #4A4A4A. Windows color (decimal): -12232437 or 743749. OLE color: 743749.
HSL color Cylindrical-coordinate representation of color #45590B: hue angle of 75.38º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45590B is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 11 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.65 |
| HSL | 75.38º | 0.78% | 0.2% | - |
| HSV(B) | 75.38º | 0.88% | 0.35% | - |
| XYZ | 6.09 | 8.43 | 1.62 | - |
| YUV | 74.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 11 | 0.22 | 0 | 0.88 | 0.65 | 75.38 | 0.78 | 0.2 |
| Hex | 45 | 59 | B | 16 | 0 | 58 | 41 | 4B | 4E | 14 |
| Octal | 105 | 131 | 13 | 26 | 0 | 130 | 101 | 113 | 116 | 24 |
| Binary | 1000101 | 1011001 | 1011 | 10110 | 0 | 1011000 | 1000001 | 1001011 | 1001110 | 10100 |
Color Harmonies of #45590B
Complementary color
Monochromatic Colors of #45590B
Black with #45590B
Text Example
Text Example
White with #45590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45590B; }
p { color: rgb(69,89,11); }
H1.HeaderClassName
{
color: #45590B;
}
.AnyTagClassName
{
color: #45590B;
}
</style>
background-color css
<style>
a { background-color: #45590B; }
a { background-color: rgb(69,89,11); }
div.DivClassName
{
background-color: #45590B;
}
.BgClassName
{
background-color: #45590B;
}
</style>
border-color css
<style>
span { border-color: #45590B; }
span { border-color: rgb(69,89,11); }
td.TdClassName
{
border-color: #45590B;
}
.TagClassName
{
border-color: #45590B;
}
</style>