Shades of Viridian #46876E
Tints of Viridian #46876E
RGB
CMYK
RGB Variations
Color information
#46876E (or 0x46876E) is known color: Viridian. HEX triplet: 46, 87 and 6E. RGB value is (70,135,110). Sum of RGB (Red+Green+Blue) = 70+135+110=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #46876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46876E is #B97891. Grayscale: #707070. Windows color (decimal): -12155026 or 7243590. OLE color: 7243590.
HSL color Cylindrical-coordinate representation of color #46876E: hue angle of 156.92º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46876E is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 135 | 110 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.47 |
| HSL | 156.92º | 0.32% | 0.4% | - |
| HSV(B) | 156.92º | 0.48% | 0.53% | - |
| XYZ | 14 | 19.76 | 17.83 | - |
| YUV | 112.72 | 126.47 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 135 | 110 | 0.48 | 0 | 0.19 | 0.47 | 156.92 | 0.32 | 0.4 |
| Hex | 46 | 87 | 6E | 30 | 0 | 13 | 2F | 9D | 20 | 28 |
| Octal | 106 | 207 | 156 | 60 | 0 | 23 | 57 | 235 | 40 | 50 |
| Binary | 1000110 | 10000111 | 1101110 | 110000 | 0 | 10011 | 101111 | 10011101 | 100000 | 101000 |
Color Harmonies of #46876E
Complementary color
Monochromatic Colors of #46876E
Black with #46876E
Text Example
Text Example
White with #46876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46876E; }
p { color: rgb(70,135,110); }
H1.HeaderClassName
{
color: #46876E;
}
.AnyTagClassName
{
color: #46876E;
}
</style>
background-color css
<style>
a { background-color: #46876E; }
a { background-color: rgb(70,135,110); }
div.DivClassName
{
background-color: #46876E;
}
.BgClassName
{
background-color: #46876E;
}
</style>
border-color css
<style>
span { border-color: #46876E; }
span { border-color: rgb(70,135,110); }
td.TdClassName
{
border-color: #46876E;
}
.TagClassName
{
border-color: #46876E;
}
</style>