Shades of Viridian Green #466D59
Tints of Viridian Green #466D59
RGB
CMYK
RGB Variations
Color information
#466D59 (or 0x466D59) is known color: Viridian Green. HEX triplet: 46, 6D and 59. RGB value is (70,109,89). Sum of RGB (Red+Green+Blue) = 70+109+89=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #466D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D59 is #B992A6. Grayscale: #5F5F5F. Windows color (decimal): -12161703 or 5860678. OLE color: 5860678.
HSL color Cylindrical-coordinate representation of color #466D59: hue angle of 149.23º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #466D59 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 109 | 89 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.57 |
| HSL | 149.23º | 0.22% | 0.35% | - |
| HSV(B) | 149.23º | 0.36% | 0.43% | - |
| XYZ | 9.8 | 12.96 | 11.44 | - |
| YUV | 95.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 89 | 0.36 | 0 | 0.18 | 0.57 | 149.23 | 0.22 | 0.35 |
| Hex | 46 | 6D | 59 | 24 | 0 | 12 | 39 | 95 | 16 | 23 |
| Octal | 106 | 155 | 131 | 44 | 0 | 22 | 71 | 225 | 26 | 43 |
| Binary | 1000110 | 1101101 | 1011001 | 100100 | 0 | 10010 | 111001 | 10010101 | 10110 | 100011 |
Color Harmonies of #466D59
Complementary color
Monochromatic Colors of #466D59
Black with #466D59
Text Example
Text Example
White with #466D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D59; }
p { color: rgb(70,109,89); }
H1.HeaderClassName
{
color: #466D59;
}
.AnyTagClassName
{
color: #466D59;
}
</style>
background-color css
<style>
a { background-color: #466D59; }
a { background-color: rgb(70,109,89); }
div.DivClassName
{
background-color: #466D59;
}
.BgClassName
{
background-color: #466D59;
}
</style>
border-color css
<style>
span { border-color: #466D59; }
span { border-color: rgb(70,109,89); }
td.TdClassName
{
border-color: #466D59;
}
.TagClassName
{
border-color: #466D59;
}
</style>