Shades of Viridian #46806D
Tints of Viridian #46806D
RGB
CMYK
RGB Variations
Color information
#46806D (or 0x46806D) is known color: Viridian. HEX triplet: 46, 80 and 6D. RGB value is (70,128,109). Sum of RGB (Red+Green+Blue) = 70+128+109=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #46806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46806D is #B97F92. Grayscale: #6C6C6C. Windows color (decimal): -12156819 or 7176262. OLE color: 7176262.
HSL color Cylindrical-coordinate representation of color #46806D: hue angle of 160.34º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46806D is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 128 | 109 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.50 |
| HSL | 160.34º | 0.29% | 0.39% | - |
| HSV(B) | 160.34º | 0.45% | 0.5% | - |
| XYZ | 13.01 | 17.84 | 17.23 | - |
| YUV | 108.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 109 | 0.45 | 0 | 0.15 | 0.50 | 160.34 | 0.29 | 0.39 |
| Hex | 46 | 80 | 6D | 2D | 0 | F | 32 | A0 | 1D | 27 |
| Octal | 106 | 200 | 155 | 55 | 0 | 17 | 62 | 240 | 35 | 47 |
| Binary | 1000110 | 10000000 | 1101101 | 101101 | 0 | 1111 | 110010 | 10100000 | 11101 | 100111 |
Color Harmonies of #46806D
Complementary color
Monochromatic Colors of #46806D
Black with #46806D
Text Example
Text Example
White with #46806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46806D; }
p { color: rgb(70,128,109); }
H1.HeaderClassName
{
color: #46806D;
}
.AnyTagClassName
{
color: #46806D;
}
</style>
background-color css
<style>
a { background-color: #46806D; }
a { background-color: rgb(70,128,109); }
div.DivClassName
{
background-color: #46806D;
}
.BgClassName
{
background-color: #46806D;
}
</style>
border-color css
<style>
span { border-color: #46806D; }
span { border-color: rgb(70,128,109); }
td.TdClassName
{
border-color: #46806D;
}
.TagClassName
{
border-color: #46806D;
}
</style>