Shades of Viridian #46906D
Tints of Viridian #46906D
RGB
CMYK
RGB Variations
Color information
#46906D (or 0x46906D) is known color: Viridian. HEX triplet: 46, 90 and 6D. RGB value is (70,144,109). Sum of RGB (Red+Green+Blue) = 70+144+109=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #46906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46906D is #B96F92. Grayscale: #757575. Windows color (decimal): -12152723 or 7180358. OLE color: 7180358.
HSL color Cylindrical-coordinate representation of color #46906D: hue angle of 151.62º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46906D is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 144 | 109 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.44 |
| HSL | 151.62º | 0.35% | 0.42% | - |
| HSV(B) | 151.62º | 0.51% | 0.56% | - |
| XYZ | 15.26 | 22.35 | 17.98 | - |
| YUV | 117.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 109 | 0.51 | 0 | 0.24 | 0.44 | 151.62 | 0.35 | 0.42 |
| Hex | 46 | 90 | 6D | 33 | 0 | 18 | 2C | 98 | 23 | 2A |
| Octal | 106 | 220 | 155 | 63 | 0 | 30 | 54 | 230 | 43 | 52 |
| Binary | 1000110 | 10010000 | 1101101 | 110011 | 0 | 11000 | 101100 | 10011000 | 100011 | 101010 |
Color Harmonies of #46906D
Complementary color
Monochromatic Colors of #46906D
Black with #46906D
Text Example
Text Example
White with #46906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46906D; }
p { color: rgb(70,144,109); }
H1.HeaderClassName
{
color: #46906D;
}
.AnyTagClassName
{
color: #46906D;
}
</style>
background-color css
<style>
a { background-color: #46906D; }
a { background-color: rgb(70,144,109); }
div.DivClassName
{
background-color: #46906D;
}
.BgClassName
{
background-color: #46906D;
}
</style>
border-color css
<style>
span { border-color: #46906D; }
span { border-color: rgb(70,144,109); }
td.TdClassName
{
border-color: #46906D;
}
.TagClassName
{
border-color: #46906D;
}
</style>