Shades of Viridian #46856B
Tints of Viridian #46856B
RGB
CMYK
RGB Variations
Color information
#46856B (or 0x46856B) is known color: Viridian. HEX triplet: 46, 85 and 6B. RGB value is (70,133,107). Sum of RGB (Red+Green+Blue) = 70+133+107=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #46856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46856B is #B97A94. Grayscale: #6F6F6F. Windows color (decimal): -12155541 or 7046470. OLE color: 7046470.
HSL color Cylindrical-coordinate representation of color #46856B: hue angle of 155.24º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46856B is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 133 | 107 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.48 |
| HSL | 155.24º | 0.31% | 0.4% | - |
| HSV(B) | 155.24º | 0.47% | 0.52% | - |
| XYZ | 13.57 | 19.14 | 16.89 | - |
| YUV | 111.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 107 | 0.47 | 0 | 0.20 | 0.48 | 155.24 | 0.31 | 0.4 |
| Hex | 46 | 85 | 6B | 2F | 0 | 14 | 30 | 9B | 1F | 28 |
| Octal | 106 | 205 | 153 | 57 | 0 | 24 | 60 | 233 | 37 | 50 |
| Binary | 1000110 | 10000101 | 1101011 | 101111 | 0 | 10100 | 110000 | 10011011 | 11111 | 101000 |
Color Harmonies of #46856B
Complementary color
Monochromatic Colors of #46856B
Black with #46856B
Text Example
Text Example
White with #46856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46856B; }
p { color: rgb(70,133,107); }
H1.HeaderClassName
{
color: #46856B;
}
.AnyTagClassName
{
color: #46856B;
}
</style>
background-color css
<style>
a { background-color: #46856B; }
a { background-color: rgb(70,133,107); }
div.DivClassName
{
background-color: #46856B;
}
.BgClassName
{
background-color: #46856B;
}
</style>
border-color css
<style>
span { border-color: #46856B; }
span { border-color: rgb(70,133,107); }
td.TdClassName
{
border-color: #46856B;
}
.TagClassName
{
border-color: #46856B;
}
</style>