Shades of Viridian Green #465E53
Tints of Viridian Green #465E53
RGB
CMYK
RGB Variations
Color information
#465E53 (or 0x465E53) is known color: Viridian Green. HEX triplet: 46, 5E and 53. RGB value is (70,94,83). Sum of RGB (Red+Green+Blue) = 70+94+83=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 94 - color contains mainly: green. Hex color #465E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E53 is #B9A1AC. Grayscale: #555555. Windows color (decimal): -12165549 or 5463622. OLE color: 5463622.
HSL color Cylindrical-coordinate representation of color #465E53: hue angle of 152.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465E53 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 94 | 83 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.63 |
| HSL | 152.5º | 0.15% | 0.32% | - |
| HSV(B) | 152.5º | 0.26% | 0.37% | - |
| XYZ | 8.09 | 9.93 | 9.67 | - |
| YUV | 85.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 83 | 0.26 | 0 | 0.12 | 0.63 | 152.5 | 0.15 | 0.32 |
| Hex | 46 | 5E | 53 | 1A | 0 | C | 3F | 98 | F | 20 |
| Octal | 106 | 136 | 123 | 32 | 0 | 14 | 77 | 230 | 17 | 40 |
| Binary | 1000110 | 1011110 | 1010011 | 11010 | 0 | 1100 | 111111 | 10011000 | 1111 | 100000 |
Color Harmonies of #465E53
Complementary color
Monochromatic Colors of #465E53
Black with #465E53
Text Example
Text Example
White with #465E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E53; }
p { color: rgb(70,94,83); }
H1.HeaderClassName
{
color: #465E53;
}
.AnyTagClassName
{
color: #465E53;
}
</style>
background-color css
<style>
a { background-color: #465E53; }
a { background-color: rgb(70,94,83); }
div.DivClassName
{
background-color: #465E53;
}
.BgClassName
{
background-color: #465E53;
}
</style>
border-color css
<style>
span { border-color: #465E53; }
span { border-color: rgb(70,94,83); }
td.TdClassName
{
border-color: #465E53;
}
.TagClassName
{
border-color: #465E53;
}
</style>