Shades of Verdun Green #46590D
Tints of Verdun Green #46590D
RGB
CMYK
RGB Variations
Color information
#46590D (or 0x46590D) is known color: Verdun Green. HEX triplet: 46, 59 and 0D. RGB value is (70,89,13). Sum of RGB (Red+Green+Blue) = 70+89+13=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #46590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46590D is #B9A6F2. Grayscale: #4A4A4A. Windows color (decimal): -12166899 or 874822. OLE color: 874822.
HSL color Cylindrical-coordinate representation of color #46590D: hue angle of 75º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46590D is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 13 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.65 |
| HSL | 75º | 0.75% | 0.2% | - |
| HSV(B) | 75º | 0.85% | 0.35% | - |
| XYZ | 6.17 | 8.48 | 1.69 | - |
| YUV | 74.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 13 | 0.21 | 0 | 0.85 | 0.65 | 75 | 0.75 | 0.2 |
| Hex | 46 | 59 | D | 15 | 0 | 55 | 41 | 4B | 4B | 14 |
| Octal | 106 | 131 | 15 | 25 | 0 | 125 | 101 | 113 | 113 | 24 |
| Binary | 1000110 | 1011001 | 1101 | 10101 | 0 | 1010101 | 1000001 | 1001011 | 1001011 | 10100 |
Color Harmonies of #46590D
Complementary color
Monochromatic Colors of #46590D
Black with #46590D
Text Example
Text Example
White with #46590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46590D; }
p { color: rgb(70,89,13); }
H1.HeaderClassName
{
color: #46590D;
}
.AnyTagClassName
{
color: #46590D;
}
</style>
background-color css
<style>
a { background-color: #46590D; }
a { background-color: rgb(70,89,13); }
div.DivClassName
{
background-color: #46590D;
}
.BgClassName
{
background-color: #46590D;
}
</style>
border-color css
<style>
span { border-color: #46590D; }
span { border-color: rgb(70,89,13); }
td.TdClassName
{
border-color: #46590D;
}
.TagClassName
{
border-color: #46590D;
}
</style>