Shades of Viridian Green #465D52
Tints of Viridian Green #465D52
RGB
CMYK
RGB Variations
Color information
#465D52 (or 0x465D52) is known color: Viridian Green. HEX triplet: 46, 5D and 52. RGB value is (70,93,82). Sum of RGB (Red+Green+Blue) = 70+93+82=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 93 - color contains mainly: green. Hex color #465D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D52 is #B9A2AD. Grayscale: #545454. Windows color (decimal): -12165806 or 5397830. OLE color: 5397830.
HSL color Cylindrical-coordinate representation of color #465D52: hue angle of 151.3º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465D52 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 82 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.64 |
| HSL | 151.3º | 0.14% | 0.32% | - |
| HSV(B) | 151.3º | 0.25% | 0.36% | - |
| XYZ | 7.96 | 9.74 | 9.44 | - |
| YUV | 84.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 82 | 0.25 | 0 | 0.12 | 0.64 | 151.3 | 0.14 | 0.32 |
| Hex | 46 | 5D | 52 | 19 | 0 | C | 40 | 97 | E | 20 |
| Octal | 106 | 135 | 122 | 31 | 0 | 14 | 100 | 227 | 16 | 40 |
| Binary | 1000110 | 1011101 | 1010010 | 11001 | 0 | 1100 | 1000000 | 10010111 | 1110 | 100000 |
Color Harmonies of #465D52
Complementary color
Monochromatic Colors of #465D52
Black with #465D52
Text Example
Text Example
White with #465D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D52; }
p { color: rgb(70,93,82); }
H1.HeaderClassName
{
color: #465D52;
}
.AnyTagClassName
{
color: #465D52;
}
</style>
background-color css
<style>
a { background-color: #465D52; }
a { background-color: rgb(70,93,82); }
div.DivClassName
{
background-color: #465D52;
}
.BgClassName
{
background-color: #465D52;
}
</style>
border-color css
<style>
span { border-color: #465D52; }
span { border-color: rgb(70,93,82); }
td.TdClassName
{
border-color: #465D52;
}
.TagClassName
{
border-color: #465D52;
}
</style>