Shades of Verdun Green #46460A
Tints of Verdun Green #46460A
RGB
CMYK
RGB Variations
Color information
#46460A (or 0x46460A) is known color: Verdun Green. HEX triplet: 46, 46 and 0A. RGB value is (70,70,10). Sum of RGB (Red+Green+Blue) = 70+70+10=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46460A is #B9B9F5. Grayscale: #3F3F3F. Windows color (decimal): -12171766 or 673350. OLE color: 673350.
HSL color Cylindrical-coordinate representation of color #46460A: hue angle of 60º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46460A is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 70 | 10 | - |
| CMYK | 0 | 0 | 0.86 | 0.73 |
| HSL | 60º | 0.75% | 0.16% | - |
| HSV(B) | 60º | 0.86% | 0.27% | - |
| XYZ | 4.77 | 5.7 | 1.14 | - |
| YUV | 63.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 10 | 0 | 0 | 0.86 | 0.73 | 60 | 0.75 | 0.16 |
| Hex | 46 | 46 | A | 0 | 0 | 56 | 49 | 3C | 4B | 10 |
| Octal | 106 | 106 | 12 | 0 | 0 | 126 | 111 | 74 | 113 | 20 |
| Binary | 1000110 | 1000110 | 1010 | 0 | 0 | 1010110 | 1001001 | 111100 | 1001011 | 10000 |
Color Harmonies of #46460A
Complementary color
Monochromatic Colors of #46460A
Black with #46460A
Text Example
Text Example
White with #46460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46460A; }
p { color: rgb(70,70,10); }
H1.HeaderClassName
{
color: #46460A;
}
.AnyTagClassName
{
color: #46460A;
}
</style>
background-color css
<style>
a { background-color: #46460A; }
a { background-color: rgb(70,70,10); }
div.DivClassName
{
background-color: #46460A;
}
.BgClassName
{
background-color: #46460A;
}
</style>
border-color css
<style>
span { border-color: #46460A; }
span { border-color: rgb(70,70,10); }
td.TdClassName
{
border-color: #46460A;
}
.TagClassName
{
border-color: #46460A;
}
</style>