Shades of Viridian #46936F
Tints of Viridian #46936F
RGB
CMYK
RGB Variations
Color information
#46936F (or 0x46936F) is known color: Viridian. HEX triplet: 46, 93 and 6F. RGB value is (70,147,111). Sum of RGB (Red+Green+Blue) = 70+147+111=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #46936F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46936F is #B96C90. Grayscale: #777777. Windows color (decimal): -12151953 or 7312198. OLE color: 7312198.
HSL color Cylindrical-coordinate representation of color #46936F: hue angle of 151.95º 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 #46936F is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 111 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.42 |
| HSL | 151.95º | 0.35% | 0.43% | - |
| HSV(B) | 151.95º | 0.52% | 0.58% | - |
| XYZ | 15.83 | 23.32 | 18.71 | - |
| YUV | 119.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 111 | 0.52 | 0 | 0.24 | 0.42 | 151.95 | 0.35 | 0.43 |
| Hex | 46 | 93 | 6F | 34 | 0 | 18 | 2A | 98 | 23 | 2B |
| Octal | 106 | 223 | 157 | 64 | 0 | 30 | 52 | 230 | 43 | 53 |
| Binary | 1000110 | 10010011 | 1101111 | 110100 | 0 | 11000 | 101010 | 10011000 | 100011 | 101011 |
Color Harmonies of #46936F
Complementary color
Monochromatic Colors of #46936F
Black with #46936F
Text Example
Text Example
White with #46936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46936F; }
p { color: rgb(70,147,111); }
H1.HeaderClassName
{
color: #46936F;
}
.AnyTagClassName
{
color: #46936F;
}
</style>
background-color css
<style>
a { background-color: #46936F; }
a { background-color: rgb(70,147,111); }
div.DivClassName
{
background-color: #46936F;
}
.BgClassName
{
background-color: #46936F;
}
</style>
border-color css
<style>
span { border-color: #46936F; }
span { border-color: rgb(70,147,111); }
td.TdClassName
{
border-color: #46936F;
}
.TagClassName
{
border-color: #46936F;
}
</style>