Shades of Viridian Green #466A56
Tints of Viridian Green #466A56
RGB
CMYK
RGB Variations
Color information
#466A56 (or 0x466A56) is known color: Viridian Green. HEX triplet: 46, 6A and 56. RGB value is (70,106,86). Sum of RGB (Red+Green+Blue) = 70+106+86=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #466A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A56 is #B995A9. Grayscale: #5D5D5D. Windows color (decimal): -12162474 or 5663302. OLE color: 5663302.
HSL color Cylindrical-coordinate representation of color #466A56: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A56 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 86 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.58 |
| HSL | 146.67º | 0.2% | 0.35% | - |
| HSV(B) | 146.67º | 0.34% | 0.42% | - |
| XYZ | 9.36 | 12.28 | 10.68 | - |
| YUV | 92.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 86 | 0.34 | 0 | 0.19 | 0.58 | 146.67 | 0.2 | 0.35 |
| Hex | 46 | 6A | 56 | 22 | 0 | 13 | 3A | 93 | 14 | 23 |
| Octal | 106 | 152 | 126 | 42 | 0 | 23 | 72 | 223 | 24 | 43 |
| Binary | 1000110 | 1101010 | 1010110 | 100010 | 0 | 10011 | 111010 | 10010011 | 10100 | 100011 |
Color Harmonies of #466A56
Complementary color
Monochromatic Colors of #466A56
Black with #466A56
Text Example
Text Example
White with #466A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A56; }
p { color: rgb(70,106,86); }
H1.HeaderClassName
{
color: #466A56;
}
.AnyTagClassName
{
color: #466A56;
}
</style>
background-color css
<style>
a { background-color: #466A56; }
a { background-color: rgb(70,106,86); }
div.DivClassName
{
background-color: #466A56;
}
.BgClassName
{
background-color: #466A56;
}
</style>
border-color css
<style>
span { border-color: #466A56; }
span { border-color: rgb(70,106,86); }
td.TdClassName
{
border-color: #466A56;
}
.TagClassName
{
border-color: #466A56;
}
</style>