Shades of Viridian #458B70
Tints of Viridian #458B70
RGB
CMYK
RGB Variations
Color information
#458B70 (or 0x458B70) is known color: Viridian. HEX triplet: 45, 8B and 70. RGB value is (69,139,112). Sum of RGB (Red+Green+Blue) = 69+139+112=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #458B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B70 is #BA748F. Grayscale: #737373. Windows color (decimal): -12219536 or 7375685. OLE color: 7375685.
HSL color Cylindrical-coordinate representation of color #458B70: hue angle of 156.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B70 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 112 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.45 |
| HSL | 156.86º | 0.34% | 0.41% | - |
| HSV(B) | 156.86º | 0.5% | 0.55% | - |
| XYZ | 14.61 | 20.9 | 18.59 | - |
| YUV | 114.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 112 | 0.50 | 0 | 0.19 | 0.45 | 156.86 | 0.34 | 0.41 |
| Hex | 45 | 8B | 70 | 32 | 0 | 13 | 2D | 9D | 22 | 29 |
| Octal | 105 | 213 | 160 | 62 | 0 | 23 | 55 | 235 | 42 | 51 |
| Binary | 1000101 | 10001011 | 1110000 | 110010 | 0 | 10011 | 101101 | 10011101 | 100010 | 101001 |
Color Harmonies of #458B70
Complementary color
Monochromatic Colors of #458B70
Black with #458B70
Text Example
Text Example
White with #458B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B70; }
p { color: rgb(69,139,112); }
H1.HeaderClassName
{
color: #458B70;
}
.AnyTagClassName
{
color: #458B70;
}
</style>
background-color css
<style>
a { background-color: #458B70; }
a { background-color: rgb(69,139,112); }
div.DivClassName
{
background-color: #458B70;
}
.BgClassName
{
background-color: #458B70;
}
</style>
border-color css
<style>
span { border-color: #458B70; }
span { border-color: rgb(69,139,112); }
td.TdClassName
{
border-color: #458B70;
}
.TagClassName
{
border-color: #458B70;
}
</style>