Shades of Viridian Green #466253
Tints of Viridian Green #466253
RGB
CMYK
RGB Variations
Color information
#466253 (or 0x466253) is known color: Viridian Green. HEX triplet: 46, 62 and 53. RGB value is (70,98,83). Sum of RGB (Red+Green+Blue) = 70+98+83=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #466253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466253 is #B99DAC. Grayscale: #575757. Windows color (decimal): -12164525 or 5464646. OLE color: 5464646.
HSL color Cylindrical-coordinate representation of color #466253: hue angle of 147.86º 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 #466253 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 83 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.62 |
| HSL | 147.86º | 0.17% | 0.33% | - |
| HSV(B) | 147.86º | 0.29% | 0.38% | - |
| XYZ | 8.45 | 10.66 | 9.8 | - |
| YUV | 87.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 83 | 0.29 | 0 | 0.15 | 0.62 | 147.86 | 0.17 | 0.33 |
| Hex | 46 | 62 | 53 | 1D | 0 | F | 3E | 94 | 11 | 21 |
| Octal | 106 | 142 | 123 | 35 | 0 | 17 | 76 | 224 | 21 | 41 |
| Binary | 1000110 | 1100010 | 1010011 | 11101 | 0 | 1111 | 111110 | 10010100 | 10001 | 100001 |
Color Harmonies of #466253
Complementary color
Monochromatic Colors of #466253
Black with #466253
Text Example
Text Example
White with #466253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466253; }
p { color: rgb(70,98,83); }
H1.HeaderClassName
{
color: #466253;
}
.AnyTagClassName
{
color: #466253;
}
</style>
background-color css
<style>
a { background-color: #466253; }
a { background-color: rgb(70,98,83); }
div.DivClassName
{
background-color: #466253;
}
.BgClassName
{
background-color: #466253;
}
</style>
border-color css
<style>
span { border-color: #466253; }
span { border-color: rgb(70,98,83); }
td.TdClassName
{
border-color: #466253;
}
.TagClassName
{
border-color: #466253;
}
</style>