Shades of Verdun Green #46460B
Tints of Verdun Green #46460B
RGB
CMYK
RGB Variations
Color information
#46460B (or 0x46460B) is known color: Verdun Green. HEX triplet: 46, 46 and 0B. RGB value is (70,70,11). Sum of RGB (Red+Green+Blue) = 70+70+11=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46460B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46460B is #B9B9F4. Grayscale: #3F3F3F. Windows color (decimal): -12171765 or 738886. OLE color: 738886.
HSL color Cylindrical-coordinate representation of color #46460B: hue angle of 60º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46460B is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 70 | 11 | - |
| CMYK | 0 | 0 | 0.84 | 0.73 |
| HSL | 60º | 0.73% | 0.16% | - |
| HSV(B) | 60º | 0.84% | 0.27% | - |
| XYZ | 4.78 | 5.71 | 1.17 | - |
| YUV | 63.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 11 | 0 | 0 | 0.84 | 0.73 | 60 | 0.73 | 0.16 |
| Hex | 46 | 46 | B | 0 | 0 | 54 | 49 | 3C | 49 | 10 |
| Octal | 106 | 106 | 13 | 0 | 0 | 124 | 111 | 74 | 111 | 20 |
| Binary | 1000110 | 1000110 | 1011 | 0 | 0 | 1010100 | 1001001 | 111100 | 1001001 | 10000 |
Color Harmonies of #46460B
Complementary color
Monochromatic Colors of #46460B
Black with #46460B
Text Example
Text Example
White with #46460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46460B; }
p { color: rgb(70,70,11); }
H1.HeaderClassName
{
color: #46460B;
}
.AnyTagClassName
{
color: #46460B;
}
</style>
background-color css
<style>
a { background-color: #46460B; }
a { background-color: rgb(70,70,11); }
div.DivClassName
{
background-color: #46460B;
}
.BgClassName
{
background-color: #46460B;
}
</style>
border-color css
<style>
span { border-color: #46460B; }
span { border-color: rgb(70,70,11); }
td.TdClassName
{
border-color: #46460B;
}
.TagClassName
{
border-color: #46460B;
}
</style>