Shades of Verdun Green #46510E
Tints of Verdun Green #46510E
RGB
CMYK
RGB Variations
Color information
#46510E (or 0x46510E) is known color: Verdun Green. HEX triplet: 46, 51 and 0E. RGB value is (70,81,14). Sum of RGB (Red+Green+Blue) = 70+81+14=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #46510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46510E is #B9AEF1. Grayscale: #464646. Windows color (decimal): -12168946 or 938310. OLE color: 938310.
HSL color Cylindrical-coordinate representation of color #46510E: hue angle of 69.85º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46510E is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 14 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.68 |
| HSL | 69.85º | 0.71% | 0.19% | - |
| HSV(B) | 69.85º | 0.83% | 0.32% | - |
| XYZ | 5.55 | 7.22 | 1.52 | - |
| YUV | 70.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 14 | 0.14 | 0 | 0.83 | 0.68 | 69.85 | 0.71 | 0.19 |
| Hex | 46 | 51 | E | E | 0 | 53 | 44 | 46 | 47 | 13 |
| Octal | 106 | 121 | 16 | 16 | 0 | 123 | 104 | 106 | 107 | 23 |
| Binary | 1000110 | 1010001 | 1110 | 1110 | 0 | 1010011 | 1000100 | 1000110 | 1000111 | 10011 |
Color Harmonies of #46510E
Complementary color
Monochromatic Colors of #46510E
Black with #46510E
Text Example
Text Example
White with #46510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46510E; }
p { color: rgb(70,81,14); }
H1.HeaderClassName
{
color: #46510E;
}
.AnyTagClassName
{
color: #46510E;
}
</style>
background-color css
<style>
a { background-color: #46510E; }
a { background-color: rgb(70,81,14); }
div.DivClassName
{
background-color: #46510E;
}
.BgClassName
{
background-color: #46510E;
}
</style>
border-color css
<style>
span { border-color: #46510E; }
span { border-color: rgb(70,81,14); }
td.TdClassName
{
border-color: #46510E;
}
.TagClassName
{
border-color: #46510E;
}
</style>