Shades of Viridian Green #465B53
Tints of Viridian Green #465B53
RGB
CMYK
RGB Variations
Color information
#465B53 (or 0x465B53) is known color: Viridian Green. HEX triplet: 46, 5B and 53. RGB value is (70,91,83). Sum of RGB (Red+Green+Blue) = 70+91+83=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 91 - color contains mainly: green. Hex color #465B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B53 is #B9A4AC. Grayscale: #535353. Windows color (decimal): -12166317 or 5462854. OLE color: 5462854.
HSL color Cylindrical-coordinate representation of color #465B53: hue angle of 157.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B53 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 83 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.64 |
| HSL | 157.14º | 0.13% | 0.32% | - |
| HSV(B) | 157.14º | 0.23% | 0.36% | - |
| XYZ | 7.83 | 9.41 | 9.59 | - |
| YUV | 83.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 83 | 0.23 | 0 | 0.09 | 0.64 | 157.14 | 0.13 | 0.32 |
| Hex | 46 | 5B | 53 | 17 | 0 | 9 | 40 | 9D | D | 20 |
| Octal | 106 | 133 | 123 | 27 | 0 | 11 | 100 | 235 | 15 | 40 |
| Binary | 1000110 | 1011011 | 1010011 | 10111 | 0 | 1001 | 1000000 | 10011101 | 1101 | 100000 |
Color Harmonies of #465B53
Complementary color
Monochromatic Colors of #465B53
Black with #465B53
Text Example
Text Example
White with #465B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B53; }
p { color: rgb(70,91,83); }
H1.HeaderClassName
{
color: #465B53;
}
.AnyTagClassName
{
color: #465B53;
}
</style>
background-color css
<style>
a { background-color: #465B53; }
a { background-color: rgb(70,91,83); }
div.DivClassName
{
background-color: #465B53;
}
.BgClassName
{
background-color: #465B53;
}
</style>
border-color css
<style>
span { border-color: #465B53; }
span { border-color: rgb(70,91,83); }
td.TdClassName
{
border-color: #465B53;
}
.TagClassName
{
border-color: #465B53;
}
</style>