Shades of Viridian #46926C
Tints of Viridian #46926C
RGB
CMYK
RGB Variations
Color information
#46926C (or 0x46926C) is known color: Viridian. HEX triplet: 46, 92 and 6C. RGB value is (70,146,108). Sum of RGB (Red+Green+Blue) = 70+146+108=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #46926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46926C is #B96D93. Grayscale: #777777. Windows color (decimal): -12152212 or 7115334. OLE color: 7115334.
HSL color Cylindrical-coordinate representation of color #46926C: hue angle of 150º 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 #46926C is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 146 | 108 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.43 |
| HSL | 150º | 0.35% | 0.42% | - |
| HSV(B) | 150º | 0.52% | 0.57% | - |
| XYZ | 15.51 | 22.94 | 17.8 | - |
| YUV | 118.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 108 | 0.52 | 0 | 0.26 | 0.43 | 150 | 0.35 | 0.42 |
| Hex | 46 | 92 | 6C | 34 | 0 | 1A | 2B | 96 | 23 | 2A |
| Octal | 106 | 222 | 154 | 64 | 0 | 32 | 53 | 226 | 43 | 52 |
| Binary | 1000110 | 10010010 | 1101100 | 110100 | 0 | 11010 | 101011 | 10010110 | 100011 | 101010 |
Color Harmonies of #46926C
Complementary color
Monochromatic Colors of #46926C
Black with #46926C
Text Example
Text Example
White with #46926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46926C; }
p { color: rgb(70,146,108); }
H1.HeaderClassName
{
color: #46926C;
}
.AnyTagClassName
{
color: #46926C;
}
</style>
background-color css
<style>
a { background-color: #46926C; }
a { background-color: rgb(70,146,108); }
div.DivClassName
{
background-color: #46926C;
}
.BgClassName
{
background-color: #46926C;
}
</style>
border-color css
<style>
span { border-color: #46926C; }
span { border-color: rgb(70,146,108); }
td.TdClassName
{
border-color: #46926C;
}
.TagClassName
{
border-color: #46926C;
}
</style>