Shades of Verdun Green #46511A
Tints of Verdun Green #46511A
RGB
CMYK
RGB Variations
Color information
#46511A (or 0x46511A) is known color: Verdun Green. HEX triplet: 46, 51 and 1A. RGB value is (70,81,26). Sum of RGB (Red+Green+Blue) = 70+81+26=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #46511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46511A is #B9AEE5. Grayscale: #474747. Windows color (decimal): -12168934 or 1724742. OLE color: 1724742.
HSL color Cylindrical-coordinate representation of color #46511A: hue angle of 72º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46511A is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 26 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.68 |
| HSL | 72º | 0.51% | 0.21% | - |
| HSV(B) | 72º | 0.68% | 0.32% | - |
| XYZ | 5.65 | 7.26 | 2.08 | - |
| YUV | 71.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 26 | 0.14 | 0 | 0.68 | 0.68 | 72 | 0.51 | 0.21 |
| Hex | 46 | 51 | 1A | E | 0 | 44 | 44 | 48 | 33 | 15 |
| Octal | 106 | 121 | 32 | 16 | 0 | 104 | 104 | 110 | 63 | 25 |
| Binary | 1000110 | 1010001 | 11010 | 1110 | 0 | 1000100 | 1000100 | 1001000 | 110011 | 10101 |
Color Harmonies of #46511A
Complementary color
Monochromatic Colors of #46511A
Black with #46511A
Text Example
Text Example
White with #46511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46511A; }
p { color: rgb(70,81,26); }
H1.HeaderClassName
{
color: #46511A;
}
.AnyTagClassName
{
color: #46511A;
}
</style>
background-color css
<style>
a { background-color: #46511A; }
a { background-color: rgb(70,81,26); }
div.DivClassName
{
background-color: #46511A;
}
.BgClassName
{
background-color: #46511A;
}
</style>
border-color css
<style>
span { border-color: #46511A; }
span { border-color: rgb(70,81,26); }
td.TdClassName
{
border-color: #46511A;
}
.TagClassName
{
border-color: #46511A;
}
</style>