Shades of Viridian Green #466555
Tints of Viridian Green #466555
RGB
CMYK
RGB Variations
Color information
#466555 (or 0x466555) is known color: Viridian Green. HEX triplet: 46, 65 and 55. RGB value is (70,101,85). Sum of RGB (Red+Green+Blue) = 70+101+85=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #466555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466555 is #B99AAA. Grayscale: #595959. Windows color (decimal): -12163755 or 5596486. OLE color: 5596486.
HSL color Cylindrical-coordinate representation of color #466555: hue angle of 149.03º degrees, saturation: 0.18, 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 #466555 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 85 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.60 |
| HSL | 149.03º | 0.18% | 0.34% | - |
| HSV(B) | 149.03º | 0.31% | 0.4% | - |
| XYZ | 8.82 | 11.27 | 10.3 | - |
| YUV | 89.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 85 | 0.31 | 0 | 0.16 | 0.60 | 149.03 | 0.18 | 0.34 |
| Hex | 46 | 65 | 55 | 1F | 0 | 10 | 3C | 95 | 12 | 22 |
| Octal | 106 | 145 | 125 | 37 | 0 | 20 | 74 | 225 | 22 | 42 |
| Binary | 1000110 | 1100101 | 1010101 | 11111 | 0 | 10000 | 111100 | 10010101 | 10010 | 100010 |
Color Harmonies of #466555
Complementary color
Monochromatic Colors of #466555
Black with #466555
Text Example
Text Example
White with #466555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466555; }
p { color: rgb(70,101,85); }
H1.HeaderClassName
{
color: #466555;
}
.AnyTagClassName
{
color: #466555;
}
</style>
background-color css
<style>
a { background-color: #466555; }
a { background-color: rgb(70,101,85); }
div.DivClassName
{
background-color: #466555;
}
.BgClassName
{
background-color: #466555;
}
</style>
border-color css
<style>
span { border-color: #466555; }
span { border-color: rgb(70,101,85); }
td.TdClassName
{
border-color: #466555;
}
.TagClassName
{
border-color: #466555;
}
</style>