Shades of Viridian #467865
Tints of Viridian #467865
RGB
CMYK
RGB Variations
Color information
#467865 (or 0x467865) is known color: Viridian. HEX triplet: 46, 78 and 65. RGB value is (70,120,101). Sum of RGB (Red+Green+Blue) = 70+120+101=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #467865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467865 is #B9879A. Grayscale: #666666. Windows color (decimal): -12158875 or 6649926. OLE color: 6649926.
HSL color Cylindrical-coordinate representation of color #467865: hue angle of 157.2º 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 #467865 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 101 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.53 |
| HSL | 157.2º | 0.26% | 0.37% | - |
| HSV(B) | 157.2º | 0.42% | 0.47% | - |
| XYZ | 11.59 | 15.67 | 14.73 | - |
| YUV | 102.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 101 | 0.42 | 0 | 0.16 | 0.53 | 157.2 | 0.26 | 0.37 |
| Hex | 46 | 78 | 65 | 2A | 0 | 10 | 35 | 9D | 1A | 25 |
| Octal | 106 | 170 | 145 | 52 | 0 | 20 | 65 | 235 | 32 | 45 |
| Binary | 1000110 | 1111000 | 1100101 | 101010 | 0 | 10000 | 110101 | 10011101 | 11010 | 100101 |
Color Harmonies of #467865
Complementary color
Monochromatic Colors of #467865
Black with #467865
Text Example
Text Example
White with #467865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467865; }
p { color: rgb(70,120,101); }
H1.HeaderClassName
{
color: #467865;
}
.AnyTagClassName
{
color: #467865;
}
</style>
background-color css
<style>
a { background-color: #467865; }
a { background-color: rgb(70,120,101); }
div.DivClassName
{
background-color: #467865;
}
.BgClassName
{
background-color: #467865;
}
</style>
border-color css
<style>
span { border-color: #467865; }
span { border-color: rgb(70,120,101); }
td.TdClassName
{
border-color: #467865;
}
.TagClassName
{
border-color: #467865;
}
</style>