Shades of Viridian #46816D
Tints of Viridian #46816D
RGB
CMYK
RGB Variations
Color information
#46816D (or 0x46816D) is known color: Viridian. HEX triplet: 46, 81 and 6D. RGB value is (70,129,109). Sum of RGB (Red+Green+Blue) = 70+129+109=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #46816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46816D is #B97E92. Grayscale: #6D6D6D. Windows color (decimal): -12156563 or 7176518. OLE color: 7176518.
HSL color Cylindrical-coordinate representation of color #46816D: hue angle of 159.66º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46816D is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 129 | 109 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.49 |
| HSL | 159.66º | 0.3% | 0.39% | - |
| HSV(B) | 159.66º | 0.46% | 0.51% | - |
| XYZ | 13.14 | 18.11 | 17.27 | - |
| YUV | 109.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 129 | 109 | 0.46 | 0 | 0.16 | 0.49 | 159.66 | 0.3 | 0.39 |
| Hex | 46 | 81 | 6D | 2E | 0 | 10 | 31 | A0 | 1E | 27 |
| Octal | 106 | 201 | 155 | 56 | 0 | 20 | 61 | 240 | 36 | 47 |
| Binary | 1000110 | 10000001 | 1101101 | 101110 | 0 | 10000 | 110001 | 10100000 | 11110 | 100111 |
Color Harmonies of #46816D
Complementary color
Monochromatic Colors of #46816D
Black with #46816D
Text Example
Text Example
White with #46816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46816D; }
p { color: rgb(70,129,109); }
H1.HeaderClassName
{
color: #46816D;
}
.AnyTagClassName
{
color: #46816D;
}
</style>
background-color css
<style>
a { background-color: #46816D; }
a { background-color: rgb(70,129,109); }
div.DivClassName
{
background-color: #46816D;
}
.BgClassName
{
background-color: #46816D;
}
</style>
border-color css
<style>
span { border-color: #46816D; }
span { border-color: rgb(70,129,109); }
td.TdClassName
{
border-color: #46816D;
}
.TagClassName
{
border-color: #46816D;
}
</style>