Shades of Verdun Green #46670B
Tints of Verdun Green #46670B
RGB
CMYK
RGB Variations
Color information
#46670B (or 0x46670B) is known color: Verdun Green. HEX triplet: 46, 67 and 0B. RGB value is (70,103,11). Sum of RGB (Red+Green+Blue) = 70+103+11=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 103 (40.62% from 255 or 55.98% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 103 - color contains mainly: green. Hex color #46670B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46670B is #B998F4. Grayscale: #525252. Windows color (decimal): -12163317 or 747334. OLE color: 747334.
HSL color Cylindrical-coordinate representation of color #46670B: hue angle of 81.52º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46670B is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 11 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.60 |
| HSL | 81.52º | 0.81% | 0.22% | - |
| HSV(B) | 81.52º | 0.89% | 0.4% | - |
| XYZ | 7.44 | 11.03 | 2.05 | - |
| YUV | 82.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 11 | 0.32 | 0 | 0.89 | 0.60 | 81.52 | 0.81 | 0.22 |
| Hex | 46 | 67 | B | 20 | 0 | 59 | 3C | 52 | 51 | 16 |
| Octal | 106 | 147 | 13 | 40 | 0 | 131 | 74 | 122 | 121 | 26 |
| Binary | 1000110 | 1100111 | 1011 | 100000 | 0 | 1011001 | 111100 | 1010010 | 1010001 | 10110 |
Color Harmonies of #46670B
Complementary color
Monochromatic Colors of #46670B
Black with #46670B
Text Example
Text Example
White with #46670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46670B; }
p { color: rgb(70,103,11); }
H1.HeaderClassName
{
color: #46670B;
}
.AnyTagClassName
{
color: #46670B;
}
</style>
background-color css
<style>
a { background-color: #46670B; }
a { background-color: rgb(70,103,11); }
div.DivClassName
{
background-color: #46670B;
}
.BgClassName
{
background-color: #46670B;
}
</style>
border-color css
<style>
span { border-color: #46670B; }
span { border-color: rgb(70,103,11); }
td.TdClassName
{
border-color: #46670B;
}
.TagClassName
{
border-color: #46670B;
}
</style>