Shades of Viridian #458870
Tints of Viridian #458870
RGB
CMYK
RGB Variations
Color information
#458870 (or 0x458870) is known color: Viridian. HEX triplet: 45, 88 and 70. RGB value is (69,136,112). Sum of RGB (Red+Green+Blue) = 69+136+112=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #458870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458870 is #BA778F. Grayscale: #717171. Windows color (decimal): -12220304 or 7374917. OLE color: 7374917.
HSL color Cylindrical-coordinate representation of color #458870: hue angle of 158.51º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458870 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 136 | 112 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.47 |
| HSL | 158.51º | 0.33% | 0.4% | - |
| HSV(B) | 158.51º | 0.49% | 0.53% | - |
| XYZ | 14.18 | 20.04 | 18.45 | - |
| YUV | 113.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 112 | 0.49 | 0 | 0.18 | 0.47 | 158.51 | 0.33 | 0.4 |
| Hex | 45 | 88 | 70 | 31 | 0 | 12 | 2F | 9F | 21 | 28 |
| Octal | 105 | 210 | 160 | 61 | 0 | 22 | 57 | 237 | 41 | 50 |
| Binary | 1000101 | 10001000 | 1110000 | 110001 | 0 | 10010 | 101111 | 10011111 | 100001 | 101000 |
Color Harmonies of #458870
Complementary color
Monochromatic Colors of #458870
Black with #458870
Text Example
Text Example
White with #458870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458870; }
p { color: rgb(69,136,112); }
H1.HeaderClassName
{
color: #458870;
}
.AnyTagClassName
{
color: #458870;
}
</style>
background-color css
<style>
a { background-color: #458870; }
a { background-color: rgb(69,136,112); }
div.DivClassName
{
background-color: #458870;
}
.BgClassName
{
background-color: #458870;
}
</style>
border-color css
<style>
span { border-color: #458870; }
span { border-color: rgb(69,136,112); }
td.TdClassName
{
border-color: #458870;
}
.TagClassName
{
border-color: #458870;
}
</style>