Shades of Viridian #46876C
Tints of Viridian #46876C
RGB
CMYK
RGB Variations
Color information
#46876C (or 0x46876C) is known color: Viridian. HEX triplet: 46, 87 and 6C. RGB value is (70,135,108). Sum of RGB (Red+Green+Blue) = 70+135+108=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #46876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46876C is #B97893. Grayscale: #707070. Windows color (decimal): -12155028 or 7112518. OLE color: 7112518.
HSL color Cylindrical-coordinate representation of color #46876C: hue angle of 155.08º 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 #46876C is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 135 | 108 | - |
| CMYK | 0.48 | 0 | 0.2 | 0.47 |
| HSL | 155.08º | 0.32% | 0.4% | - |
| HSV(B) | 155.08º | 0.48% | 0.53% | - |
| XYZ | 13.9 | 19.71 | 17.26 | - |
| YUV | 112.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 135 | 108 | 0.48 | 0 | 0.2 | 0.47 | 155.08 | 0.32 | 0.4 |
| Hex | 46 | 87 | 6C | 30 | 0 | 14 | 2F | 9B | 20 | 28 |
| Octal | 106 | 207 | 154 | 60 | 0 | 24 | 57 | 233 | 40 | 50 |
| Binary | 1000110 | 10000111 | 1101100 | 110000 | 0 | 10100 | 101111 | 10011011 | 100000 | 101000 |
Color Harmonies of #46876C
Complementary color
Monochromatic Colors of #46876C
Black with #46876C
Text Example
Text Example
White with #46876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46876C; }
p { color: rgb(70,135,108); }
H1.HeaderClassName
{
color: #46876C;
}
.AnyTagClassName
{
color: #46876C;
}
</style>
background-color css
<style>
a { background-color: #46876C; }
a { background-color: rgb(70,135,108); }
div.DivClassName
{
background-color: #46876C;
}
.BgClassName
{
background-color: #46876C;
}
</style>
border-color css
<style>
span { border-color: #46876C; }
span { border-color: rgb(70,135,108); }
td.TdClassName
{
border-color: #46876C;
}
.TagClassName
{
border-color: #46876C;
}
</style>