Shades of Viridian Green #466B59
Tints of Viridian Green #466B59
RGB
CMYK
RGB Variations
Color information
#466B59 (or 0x466B59) is known color: Viridian Green. HEX triplet: 46, 6B and 59. RGB value is (70,107,89). Sum of RGB (Red+Green+Blue) = 70+107+89=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #466B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B59 is #B994A6. Grayscale: #5D5D5D. Windows color (decimal): -12162215 or 5860166. OLE color: 5860166.
HSL color Cylindrical-coordinate representation of color #466B59: hue angle of 150.81º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466B59 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 89 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.58 |
| HSL | 150.81º | 0.21% | 0.35% | - |
| HSV(B) | 150.81º | 0.35% | 0.42% | - |
| XYZ | 9.59 | 12.54 | 11.37 | - |
| YUV | 93.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 89 | 0.35 | 0 | 0.17 | 0.58 | 150.81 | 0.21 | 0.35 |
| Hex | 46 | 6B | 59 | 23 | 0 | 11 | 3A | 97 | 15 | 23 |
| Octal | 106 | 153 | 131 | 43 | 0 | 21 | 72 | 227 | 25 | 43 |
| Binary | 1000110 | 1101011 | 1011001 | 100011 | 0 | 10001 | 111010 | 10010111 | 10101 | 100011 |
Color Harmonies of #466B59
Complementary color
Monochromatic Colors of #466B59
Black with #466B59
Text Example
Text Example
White with #466B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B59; }
p { color: rgb(70,107,89); }
H1.HeaderClassName
{
color: #466B59;
}
.AnyTagClassName
{
color: #466B59;
}
</style>
background-color css
<style>
a { background-color: #466B59; }
a { background-color: rgb(70,107,89); }
div.DivClassName
{
background-color: #466B59;
}
.BgClassName
{
background-color: #466B59;
}
</style>
border-color css
<style>
span { border-color: #466B59; }
span { border-color: rgb(70,107,89); }
td.TdClassName
{
border-color: #466B59;
}
.TagClassName
{
border-color: #466B59;
}
</style>