Shades of Viridian Green #465B52
Tints of Viridian Green #465B52
RGB
CMYK
RGB Variations
Color information
#465B52 (or 0x465B52) is known color: Viridian Green. HEX triplet: 46, 5B and 52. RGB value is (70,91,82). Sum of RGB (Red+Green+Blue) = 70+91+82=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 91 - color contains mainly: green. Hex color #465B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B52 is #B9A4AD. Grayscale: #535353. Windows color (decimal): -12166318 or 5397318. OLE color: 5397318.
HSL color Cylindrical-coordinate representation of color #465B52: hue angle of 154.29º 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 #465B52 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 82 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.64 |
| HSL | 154.29º | 0.13% | 0.32% | - |
| HSV(B) | 154.29º | 0.23% | 0.36% | - |
| XYZ | 7.79 | 9.39 | 9.39 | - |
| YUV | 83.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 82 | 0.23 | 0 | 0.10 | 0.64 | 154.29 | 0.13 | 0.32 |
| Hex | 46 | 5B | 52 | 17 | 0 | A | 40 | 9A | D | 20 |
| Octal | 106 | 133 | 122 | 27 | 0 | 12 | 100 | 232 | 15 | 40 |
| Binary | 1000110 | 1011011 | 1010010 | 10111 | 0 | 1010 | 1000000 | 10011010 | 1101 | 100000 |
Color Harmonies of #465B52
Complementary color
Monochromatic Colors of #465B52
Black with #465B52
Text Example
Text Example
White with #465B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B52; }
p { color: rgb(70,91,82); }
H1.HeaderClassName
{
color: #465B52;
}
.AnyTagClassName
{
color: #465B52;
}
</style>
background-color css
<style>
a { background-color: #465B52; }
a { background-color: rgb(70,91,82); }
div.DivClassName
{
background-color: #465B52;
}
.BgClassName
{
background-color: #465B52;
}
</style>
border-color css
<style>
span { border-color: #465B52; }
span { border-color: rgb(70,91,82); }
td.TdClassName
{
border-color: #465B52;
}
.TagClassName
{
border-color: #465B52;
}
</style>