Shades of Verdun Green #46591A
Tints of Verdun Green #46591A
RGB
CMYK
RGB Variations
Color information
#46591A (or 0x46591A) is known color: Verdun Green. HEX triplet: 46, 59 and 1A. RGB value is (70,89,26). Sum of RGB (Red+Green+Blue) = 70+89+26=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #46591A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46591A is #B9A6E5. Grayscale: #4C4C4C. Windows color (decimal): -12166886 or 1726790. OLE color: 1726790.
HSL color Cylindrical-coordinate representation of color #46591A: hue angle of 78.1º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46591A is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 26 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.65 |
| HSL | 78.1º | 0.55% | 0.23% | - |
| HSV(B) | 78.1º | 0.71% | 0.35% | - |
| XYZ | 6.28 | 8.52 | 2.29 | - |
| YUV | 76.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 26 | 0.21 | 0 | 0.71 | 0.65 | 78.1 | 0.55 | 0.23 |
| Hex | 46 | 59 | 1A | 15 | 0 | 47 | 41 | 4E | 37 | 17 |
| Octal | 106 | 131 | 32 | 25 | 0 | 107 | 101 | 116 | 67 | 27 |
| Binary | 1000110 | 1011001 | 11010 | 10101 | 0 | 1000111 | 1000001 | 1001110 | 110111 | 10111 |
Color Harmonies of #46591A
Complementary color
Monochromatic Colors of #46591A
Black with #46591A
Text Example
Text Example
White with #46591A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46591A; }
p { color: rgb(70,89,26); }
H1.HeaderClassName
{
color: #46591A;
}
.AnyTagClassName
{
color: #46591A;
}
</style>
background-color css
<style>
a { background-color: #46591A; }
a { background-color: rgb(70,89,26); }
div.DivClassName
{
background-color: #46591A;
}
.BgClassName
{
background-color: #46591A;
}
</style>
border-color css
<style>
span { border-color: #46591A; }
span { border-color: rgb(70,89,26); }
td.TdClassName
{
border-color: #46591A;
}
.TagClassName
{
border-color: #46591A;
}
</style>