Shades of Viridian #467864
Tints of Viridian #467864
RGB
CMYK
RGB Variations
Color information
#467864 (or 0x467864) is known color: Viridian. HEX triplet: 46, 78 and 64. RGB value is (70,120,100). Sum of RGB (Red+Green+Blue) = 70+120+100=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #467864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467864 is #B9879B. Grayscale: #666666. Windows color (decimal): -12158876 or 6584390. OLE color: 6584390.
HSL color Cylindrical-coordinate representation of color #467864: hue angle of 156º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467864 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 100 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.53 |
| HSL | 156º | 0.26% | 0.37% | - |
| HSV(B) | 156º | 0.42% | 0.47% | - |
| XYZ | 11.54 | 15.66 | 14.47 | - |
| YUV | 102.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 100 | 0.42 | 0 | 0.17 | 0.53 | 156 | 0.26 | 0.37 |
| Hex | 46 | 78 | 64 | 2A | 0 | 11 | 35 | 9C | 1A | 25 |
| Octal | 106 | 170 | 144 | 52 | 0 | 21 | 65 | 234 | 32 | 45 |
| Binary | 1000110 | 1111000 | 1100100 | 101010 | 0 | 10001 | 110101 | 10011100 | 11010 | 100101 |
Color Harmonies of #467864
Complementary color
Monochromatic Colors of #467864
Black with #467864
Text Example
Text Example
White with #467864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467864; }
p { color: rgb(70,120,100); }
H1.HeaderClassName
{
color: #467864;
}
.AnyTagClassName
{
color: #467864;
}
</style>
background-color css
<style>
a { background-color: #467864; }
a { background-color: rgb(70,120,100); }
div.DivClassName
{
background-color: #467864;
}
.BgClassName
{
background-color: #467864;
}
</style>
border-color css
<style>
span { border-color: #467864; }
span { border-color: rgb(70,120,100); }
td.TdClassName
{
border-color: #467864;
}
.TagClassName
{
border-color: #467864;
}
</style>