Shades of Verdun Green #46591B
Tints of Verdun Green #46591B
RGB
CMYK
RGB Variations
Color information
#46591B (or 0x46591B) is known color: Verdun Green. HEX triplet: 46, 59 and 1B. RGB value is (70,89,27). Sum of RGB (Red+Green+Blue) = 70+89+27=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #46591B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46591B is #B9A6E4. Grayscale: #4C4C4C. Windows color (decimal): -12166885 or 1792326. OLE color: 1792326.
HSL color Cylindrical-coordinate representation of color #46591B: hue angle of 78.39º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46591B is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 27 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.65 |
| HSL | 78.39º | 0.53% | 0.23% | - |
| HSV(B) | 78.39º | 0.7% | 0.35% | - |
| XYZ | 6.3 | 8.53 | 2.35 | - |
| YUV | 76.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 27 | 0.21 | 0 | 0.70 | 0.65 | 78.39 | 0.53 | 0.23 |
| Hex | 46 | 59 | 1B | 15 | 0 | 46 | 41 | 4E | 35 | 17 |
| Octal | 106 | 131 | 33 | 25 | 0 | 106 | 101 | 116 | 65 | 27 |
| Binary | 1000110 | 1011001 | 11011 | 10101 | 0 | 1000110 | 1000001 | 1001110 | 110101 | 10111 |
Color Harmonies of #46591B
Complementary color
Monochromatic Colors of #46591B
Black with #46591B
Text Example
Text Example
White with #46591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46591B; }
p { color: rgb(70,89,27); }
H1.HeaderClassName
{
color: #46591B;
}
.AnyTagClassName
{
color: #46591B;
}
</style>
background-color css
<style>
a { background-color: #46591B; }
a { background-color: rgb(70,89,27); }
div.DivClassName
{
background-color: #46591B;
}
.BgClassName
{
background-color: #46591B;
}
</style>
border-color css
<style>
span { border-color: #46591B; }
span { border-color: rgb(70,89,27); }
td.TdClassName
{
border-color: #46591B;
}
.TagClassName
{
border-color: #46591B;
}
</style>