Shades of Viridian #46886D
Tints of Viridian #46886D
RGB
CMYK
RGB Variations
Color information
#46886D (or 0x46886D) is known color: Viridian. HEX triplet: 46, 88 and 6D. RGB value is (70,136,109). Sum of RGB (Red+Green+Blue) = 70+136+109=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #46886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46886D is #B97792. Grayscale: #717171. Windows color (decimal): -12154771 or 7178310. OLE color: 7178310.
HSL color Cylindrical-coordinate representation of color #46886D: hue angle of 155.45º 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 #46886D is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 109 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.47 |
| HSL | 155.45º | 0.32% | 0.4% | - |
| HSV(B) | 155.45º | 0.49% | 0.53% | - |
| XYZ | 14.09 | 20.01 | 17.59 | - |
| YUV | 113.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 109 | 0.49 | 0 | 0.20 | 0.47 | 155.45 | 0.32 | 0.4 |
| Hex | 46 | 88 | 6D | 31 | 0 | 14 | 2F | 9B | 20 | 28 |
| Octal | 106 | 210 | 155 | 61 | 0 | 24 | 57 | 233 | 40 | 50 |
| Binary | 1000110 | 10001000 | 1101101 | 110001 | 0 | 10100 | 101111 | 10011011 | 100000 | 101000 |
Color Harmonies of #46886D
Complementary color
Monochromatic Colors of #46886D
Black with #46886D
Text Example
Text Example
White with #46886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46886D; }
p { color: rgb(70,136,109); }
H1.HeaderClassName
{
color: #46886D;
}
.AnyTagClassName
{
color: #46886D;
}
</style>
background-color css
<style>
a { background-color: #46886D; }
a { background-color: rgb(70,136,109); }
div.DivClassName
{
background-color: #46886D;
}
.BgClassName
{
background-color: #46886D;
}
</style>
border-color css
<style>
span { border-color: #46886D; }
span { border-color: rgb(70,136,109); }
td.TdClassName
{
border-color: #46886D;
}
.TagClassName
{
border-color: #46886D;
}
</style>