Shades of Viridian #46886C
Tints of Viridian #46886C
RGB
CMYK
RGB Variations
Color information
#46886C (or 0x46886C) is known color: Viridian. HEX triplet: 46, 88 and 6C. RGB value is (70,136,108). Sum of RGB (Red+Green+Blue) = 70+136+108=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #46886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46886C is #B97793. Grayscale: #717171. Windows color (decimal): -12154772 or 7112774. OLE color: 7112774.
HSL color Cylindrical-coordinate representation of color #46886C: hue angle of 154.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46886C is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 108 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.47 |
| HSL | 154.55º | 0.32% | 0.4% | - |
| HSV(B) | 154.55º | 0.49% | 0.53% | - |
| XYZ | 14.04 | 19.99 | 17.31 | - |
| YUV | 113.07 | 125.13 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 108 | 0.49 | 0 | 0.21 | 0.47 | 154.55 | 0.32 | 0.4 |
| Hex | 46 | 88 | 6C | 31 | 0 | 15 | 2F | 9B | 20 | 28 |
| Octal | 106 | 210 | 154 | 61 | 0 | 25 | 57 | 233 | 40 | 50 |
| Binary | 1000110 | 10001000 | 1101100 | 110001 | 0 | 10101 | 101111 | 10011011 | 100000 | 101000 |
Color Harmonies of #46886C
Complementary color
Monochromatic Colors of #46886C
Black with #46886C
Text Example
Text Example
White with #46886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46886C; }
p { color: rgb(70,136,108); }
H1.HeaderClassName
{
color: #46886C;
}
.AnyTagClassName
{
color: #46886C;
}
</style>
background-color css
<style>
a { background-color: #46886C; }
a { background-color: rgb(70,136,108); }
div.DivClassName
{
background-color: #46886C;
}
.BgClassName
{
background-color: #46886C;
}
</style>
border-color css
<style>
span { border-color: #46886C; }
span { border-color: rgb(70,136,108); }
td.TdClassName
{
border-color: #46886C;
}
.TagClassName
{
border-color: #46886C;
}
</style>