Shades of Viridian Green #466255
Tints of Viridian Green #466255
RGB
CMYK
RGB Variations
Color information
#466255 (or 0x466255) is known color: Viridian Green. HEX triplet: 46, 62 and 55. RGB value is (70,98,85). Sum of RGB (Red+Green+Blue) = 70+98+85=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #466255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466255 is #B99DAA. Grayscale: #585858. Windows color (decimal): -12164523 or 5595718. OLE color: 5595718.
HSL color Cylindrical-coordinate representation of color #466255: hue angle of 152.14º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #466255 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 85 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.62 |
| HSL | 152.14º | 0.17% | 0.33% | - |
| HSV(B) | 152.14º | 0.29% | 0.38% | - |
| XYZ | 8.53 | 10.69 | 10.21 | - |
| YUV | 88.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 85 | 0.29 | 0 | 0.13 | 0.62 | 152.14 | 0.17 | 0.33 |
| Hex | 46 | 62 | 55 | 1D | 0 | D | 3E | 98 | 11 | 21 |
| Octal | 106 | 142 | 125 | 35 | 0 | 15 | 76 | 230 | 21 | 41 |
| Binary | 1000110 | 1100010 | 1010101 | 11101 | 0 | 1101 | 111110 | 10011000 | 10001 | 100001 |
Color Harmonies of #466255
Complementary color
Monochromatic Colors of #466255
Black with #466255
Text Example
Text Example
White with #466255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466255; }
p { color: rgb(70,98,85); }
H1.HeaderClassName
{
color: #466255;
}
.AnyTagClassName
{
color: #466255;
}
</style>
background-color css
<style>
a { background-color: #466255; }
a { background-color: rgb(70,98,85); }
div.DivClassName
{
background-color: #466255;
}
.BgClassName
{
background-color: #466255;
}
</style>
border-color css
<style>
span { border-color: #466255; }
span { border-color: rgb(70,98,85); }
td.TdClassName
{
border-color: #466255;
}
.TagClassName
{
border-color: #466255;
}
</style>