Shades of Viridian Green #466154
Tints of Viridian Green #466154
RGB
CMYK
RGB Variations
Color information
#466154 (or 0x466154) is known color: Viridian Green. HEX triplet: 46, 61 and 54. RGB value is (70,97,84). Sum of RGB (Red+Green+Blue) = 70+97+84=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #466154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466154 is #B99EAB. Grayscale: #575757. Windows color (decimal): -12164780 or 5529926. OLE color: 5529926.
HSL color Cylindrical-coordinate representation of color #466154: hue angle of 151.11º 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 #466154 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 97 | 84 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.62 |
| HSL | 151.11º | 0.16% | 0.33% | - |
| HSV(B) | 151.11º | 0.28% | 0.38% | - |
| XYZ | 8.4 | 10.49 | 9.97 | - |
| YUV | 87.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 84 | 0.28 | 0 | 0.13 | 0.62 | 151.11 | 0.16 | 0.33 |
| Hex | 46 | 61 | 54 | 1C | 0 | D | 3E | 97 | 10 | 21 |
| Octal | 106 | 141 | 124 | 34 | 0 | 15 | 76 | 227 | 20 | 41 |
| Binary | 1000110 | 1100001 | 1010100 | 11100 | 0 | 1101 | 111110 | 10010111 | 10000 | 100001 |
Color Harmonies of #466154
Complementary color
Monochromatic Colors of #466154
Black with #466154
Text Example
Text Example
White with #466154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466154; }
p { color: rgb(70,97,84); }
H1.HeaderClassName
{
color: #466154;
}
.AnyTagClassName
{
color: #466154;
}
</style>
background-color css
<style>
a { background-color: #466154; }
a { background-color: rgb(70,97,84); }
div.DivClassName
{
background-color: #466154;
}
.BgClassName
{
background-color: #466154;
}
</style>
border-color css
<style>
span { border-color: #466154; }
span { border-color: rgb(70,97,84); }
td.TdClassName
{
border-color: #466154;
}
.TagClassName
{
border-color: #466154;
}
</style>