Shades of Viridian #46916B
Tints of Viridian #46916B
RGB
CMYK
RGB Variations
Color information
#46916B (or 0x46916B) is known color: Viridian. HEX triplet: 46, 91 and 6B. RGB value is (70,145,107). Sum of RGB (Red+Green+Blue) = 70+145+107=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #46916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46916B is #B96E94. Grayscale: #767676. Windows color (decimal): -12152469 or 7049542. OLE color: 7049542.
HSL color Cylindrical-coordinate representation of color #46916B: hue angle of 149.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46916B is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 145 | 107 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.43 |
| HSL | 149.6º | 0.35% | 0.42% | - |
| HSV(B) | 149.6º | 0.52% | 0.57% | - |
| XYZ | 15.31 | 22.61 | 17.47 | - |
| YUV | 118.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 107 | 0.52 | 0 | 0.26 | 0.43 | 149.6 | 0.35 | 0.42 |
| Hex | 46 | 91 | 6B | 34 | 0 | 1A | 2B | 96 | 23 | 2A |
| Octal | 106 | 221 | 153 | 64 | 0 | 32 | 53 | 226 | 43 | 52 |
| Binary | 1000110 | 10010001 | 1101011 | 110100 | 0 | 11010 | 101011 | 10010110 | 100011 | 101010 |
Color Harmonies of #46916B
Complementary color
Monochromatic Colors of #46916B
Black with #46916B
Text Example
Text Example
White with #46916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46916B; }
p { color: rgb(70,145,107); }
H1.HeaderClassName
{
color: #46916B;
}
.AnyTagClassName
{
color: #46916B;
}
</style>
background-color css
<style>
a { background-color: #46916B; }
a { background-color: rgb(70,145,107); }
div.DivClassName
{
background-color: #46916B;
}
.BgClassName
{
background-color: #46916B;
}
</style>
border-color css
<style>
span { border-color: #46916B; }
span { border-color: rgb(70,145,107); }
td.TdClassName
{
border-color: #46916B;
}
.TagClassName
{
border-color: #46916B;
}
</style>