Shades of Viridian Green #466155
Tints of Viridian Green #466155
RGB
CMYK
RGB Variations
Color information
#466155 (or 0x466155) is known color: Viridian Green. HEX triplet: 46, 61 and 55. RGB value is (70,97,85). Sum of RGB (Red+Green+Blue) = 70+97+85=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #466155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466155 is #B99EAA. Grayscale: #575757. Windows color (decimal): -12164779 or 5595462. OLE color: 5595462.
HSL color Cylindrical-coordinate representation of color #466155: hue angle of 153.33º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #466155 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 97 | 85 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.62 |
| HSL | 153.33º | 0.16% | 0.33% | - |
| HSV(B) | 153.33º | 0.28% | 0.38% | - |
| XYZ | 8.44 | 10.51 | 10.18 | - |
| YUV | 87.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 85 | 0.28 | 0 | 0.12 | 0.62 | 153.33 | 0.16 | 0.33 |
| Hex | 46 | 61 | 55 | 1C | 0 | C | 3E | 99 | 10 | 21 |
| Octal | 106 | 141 | 125 | 34 | 0 | 14 | 76 | 231 | 20 | 41 |
| Binary | 1000110 | 1100001 | 1010101 | 11100 | 0 | 1100 | 111110 | 10011001 | 10000 | 100001 |
Color Harmonies of #466155
Complementary color
Monochromatic Colors of #466155
Black with #466155
Text Example
Text Example
White with #466155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466155; }
p { color: rgb(70,97,85); }
H1.HeaderClassName
{
color: #466155;
}
.AnyTagClassName
{
color: #466155;
}
</style>
background-color css
<style>
a { background-color: #466155; }
a { background-color: rgb(70,97,85); }
div.DivClassName
{
background-color: #466155;
}
.BgClassName
{
background-color: #466155;
}
</style>
border-color css
<style>
span { border-color: #466155; }
span { border-color: rgb(70,97,85); }
td.TdClassName
{
border-color: #466155;
}
.TagClassName
{
border-color: #466155;
}
</style>