Shades of Viridian Green #466658
Tints of Viridian Green #466658
RGB
CMYK
RGB Variations
Color information
#466658 (or 0x466658) is known color: Viridian Green. HEX triplet: 46, 66 and 58. RGB value is (70,102,88). Sum of RGB (Red+Green+Blue) = 70+102+88=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 102 - color contains mainly: green. Hex color #466658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466658 is #B999A7. Grayscale: #5A5A5A. Windows color (decimal): -12163496 or 5793350. OLE color: 5793350.
HSL color Cylindrical-coordinate representation of color #466658: hue angle of 153.75º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #466658 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 102 | 88 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.6 |
| HSL | 153.75º | 0.19% | 0.34% | - |
| HSV(B) | 153.75º | 0.31% | 0.4% | - |
| XYZ | 9.04 | 11.51 | 10.98 | - |
| YUV | 90.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 88 | 0.31 | 0 | 0.14 | 0.6 | 153.75 | 0.19 | 0.34 |
| Hex | 46 | 66 | 58 | 1F | 0 | E | 3C | 9A | 13 | 22 |
| Octal | 106 | 146 | 130 | 37 | 0 | 16 | 74 | 232 | 23 | 42 |
| Binary | 1000110 | 1100110 | 1011000 | 11111 | 0 | 1110 | 111100 | 10011010 | 10011 | 100010 |
Color Harmonies of #466658
Complementary color
Monochromatic Colors of #466658
Black with #466658
Text Example
Text Example
White with #466658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466658; }
p { color: rgb(70,102,88); }
H1.HeaderClassName
{
color: #466658;
}
.AnyTagClassName
{
color: #466658;
}
</style>
background-color css
<style>
a { background-color: #466658; }
a { background-color: rgb(70,102,88); }
div.DivClassName
{
background-color: #466658;
}
.BgClassName
{
background-color: #466658;
}
</style>
border-color css
<style>
span { border-color: #466658; }
span { border-color: rgb(70,102,88); }
td.TdClassName
{
border-color: #466658;
}
.TagClassName
{
border-color: #466658;
}
</style>