Shades of Viridian #46936D
Tints of Viridian #46936D
RGB
CMYK
RGB Variations
Color information
#46936D (or 0x46936D) is known color: Viridian. HEX triplet: 46, 93 and 6D. RGB value is (70,147,109). Sum of RGB (Red+Green+Blue) = 70+147+109=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #46936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46936D is #B96C92. Grayscale: #777777. Windows color (decimal): -12151955 or 7181126. OLE color: 7181126.
HSL color Cylindrical-coordinate representation of color #46936D: hue angle of 150.39º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46936D is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 109 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.42 |
| HSL | 150.39º | 0.35% | 0.43% | - |
| HSV(B) | 150.39º | 0.52% | 0.58% | - |
| XYZ | 15.72 | 23.27 | 18.13 | - |
| YUV | 119.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 109 | 0.52 | 0 | 0.26 | 0.42 | 150.39 | 0.35 | 0.43 |
| Hex | 46 | 93 | 6D | 34 | 0 | 1A | 2A | 96 | 23 | 2B |
| Octal | 106 | 223 | 155 | 64 | 0 | 32 | 52 | 226 | 43 | 53 |
| Binary | 1000110 | 10010011 | 1101101 | 110100 | 0 | 11010 | 101010 | 10010110 | 100011 | 101011 |
Color Harmonies of #46936D
Complementary color
Monochromatic Colors of #46936D
Black with #46936D
Text Example
Text Example
White with #46936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46936D; }
p { color: rgb(70,147,109); }
H1.HeaderClassName
{
color: #46936D;
}
.AnyTagClassName
{
color: #46936D;
}
</style>
background-color css
<style>
a { background-color: #46936D; }
a { background-color: rgb(70,147,109); }
div.DivClassName
{
background-color: #46936D;
}
.BgClassName
{
background-color: #46936D;
}
</style>
border-color css
<style>
span { border-color: #46936D; }
span { border-color: rgb(70,147,109); }
td.TdClassName
{
border-color: #46936D;
}
.TagClassName
{
border-color: #46936D;
}
</style>