Shades of Verdun Green #46590E
Tints of Verdun Green #46590E
RGB
CMYK
RGB Variations
Color information
#46590E (or 0x46590E) is known color: Verdun Green. HEX triplet: 46, 59 and 0E. RGB value is (70,89,14). Sum of RGB (Red+Green+Blue) = 70+89+14=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #46590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46590E is #B9A6F1. Grayscale: #4B4B4B. Windows color (decimal): -12166898 or 940358. OLE color: 940358.
HSL color Cylindrical-coordinate representation of color #46590E: hue angle of 75.2º 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 #46590E is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 14 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.65 |
| HSL | 75.2º | 0.73% | 0.2% | - |
| HSV(B) | 75.2º | 0.84% | 0.35% | - |
| XYZ | 6.18 | 8.48 | 1.73 | - |
| YUV | 74.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 14 | 0.21 | 0 | 0.84 | 0.65 | 75.2 | 0.73 | 0.2 |
| Hex | 46 | 59 | E | 15 | 0 | 54 | 41 | 4B | 49 | 14 |
| Octal | 106 | 131 | 16 | 25 | 0 | 124 | 101 | 113 | 111 | 24 |
| Binary | 1000110 | 1011001 | 1110 | 10101 | 0 | 1010100 | 1000001 | 1001011 | 1001001 | 10100 |
Color Harmonies of #46590E
Complementary color
Monochromatic Colors of #46590E
Black with #46590E
Text Example
Text Example
White with #46590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46590E; }
p { color: rgb(70,89,14); }
H1.HeaderClassName
{
color: #46590E;
}
.AnyTagClassName
{
color: #46590E;
}
</style>
background-color css
<style>
a { background-color: #46590E; }
a { background-color: rgb(70,89,14); }
div.DivClassName
{
background-color: #46590E;
}
.BgClassName
{
background-color: #46590E;
}
</style>
border-color css
<style>
span { border-color: #46590E; }
span { border-color: rgb(70,89,14); }
td.TdClassName
{
border-color: #46590E;
}
.TagClassName
{
border-color: #46590E;
}
</style>