Shades of Viridian #46856C
Tints of Viridian #46856C
RGB
CMYK
RGB Variations
Color information
#46856C (or 0x46856C) is known color: Viridian. HEX triplet: 46, 85 and 6C. RGB value is (70,133,108). Sum of RGB (Red+Green+Blue) = 70+133+108=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #46856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46856C is #B97A93. Grayscale: #6F6F6F. Windows color (decimal): -12155540 or 7112006. OLE color: 7112006.
HSL color Cylindrical-coordinate representation of color #46856C: hue angle of 156.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46856C is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 133 | 108 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.48 |
| HSL | 156.19º | 0.31% | 0.4% | - |
| HSV(B) | 156.19º | 0.47% | 0.52% | - |
| XYZ | 13.62 | 19.16 | 17.17 | - |
| YUV | 111.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 108 | 0.47 | 0 | 0.19 | 0.48 | 156.19 | 0.31 | 0.4 |
| Hex | 46 | 85 | 6C | 2F | 0 | 13 | 30 | 9C | 1F | 28 |
| Octal | 106 | 205 | 154 | 57 | 0 | 23 | 60 | 234 | 37 | 50 |
| Binary | 1000110 | 10000101 | 1101100 | 101111 | 0 | 10011 | 110000 | 10011100 | 11111 | 101000 |
Color Harmonies of #46856C
Complementary color
Monochromatic Colors of #46856C
Black with #46856C
Text Example
Text Example
White with #46856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46856C; }
p { color: rgb(70,133,108); }
H1.HeaderClassName
{
color: #46856C;
}
.AnyTagClassName
{
color: #46856C;
}
</style>
background-color css
<style>
a { background-color: #46856C; }
a { background-color: rgb(70,133,108); }
div.DivClassName
{
background-color: #46856C;
}
.BgClassName
{
background-color: #46856C;
}
</style>
border-color css
<style>
span { border-color: #46856C; }
span { border-color: rgb(70,133,108); }
td.TdClassName
{
border-color: #46856C;
}
.TagClassName
{
border-color: #46856C;
}
</style>