Shades of Verdun Green #46520B
Tints of Verdun Green #46520B
RGB
CMYK
RGB Variations
Color information
#46520B (or 0x46520B) is known color: Verdun Green. HEX triplet: 46, 52 and 0B. RGB value is (70,82,11). Sum of RGB (Red+Green+Blue) = 70+82+11=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #46520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46520B is #B9ADF4. Grayscale: #464646. Windows color (decimal): -12168693 or 741958. OLE color: 741958.
HSL color Cylindrical-coordinate representation of color #46520B: hue angle of 70.14º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46520B is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 11 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.68 |
| HSL | 70.14º | 0.76% | 0.18% | - |
| HSV(B) | 70.14º | 0.87% | 0.32% | - |
| XYZ | 5.6 | 7.36 | 1.44 | - |
| YUV | 70.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 11 | 0.15 | 0 | 0.87 | 0.68 | 70.14 | 0.76 | 0.18 |
| Hex | 46 | 52 | B | F | 0 | 57 | 44 | 46 | 4C | 12 |
| Octal | 106 | 122 | 13 | 17 | 0 | 127 | 104 | 106 | 114 | 22 |
| Binary | 1000110 | 1010010 | 1011 | 1111 | 0 | 1010111 | 1000100 | 1000110 | 1001100 | 10010 |
Color Harmonies of #46520B
Complementary color
Monochromatic Colors of #46520B
Black with #46520B
Text Example
Text Example
White with #46520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46520B; }
p { color: rgb(70,82,11); }
H1.HeaderClassName
{
color: #46520B;
}
.AnyTagClassName
{
color: #46520B;
}
</style>
background-color css
<style>
a { background-color: #46520B; }
a { background-color: rgb(70,82,11); }
div.DivClassName
{
background-color: #46520B;
}
.BgClassName
{
background-color: #46520B;
}
</style>
border-color css
<style>
span { border-color: #46520B; }
span { border-color: rgb(70,82,11); }
td.TdClassName
{
border-color: #46520B;
}
.TagClassName
{
border-color: #46520B;
}
</style>