Shades of Viridian #458571
Tints of Viridian #458571
RGB
CMYK
RGB Variations
Color information
#458571 (or 0x458571) is known color: Viridian. HEX triplet: 45, 85 and 71. RGB value is (69,133,113). Sum of RGB (Red+Green+Blue) = 69+133+113=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #458571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458571 is #BA7A8E. Grayscale: #6F6F6F. Windows color (decimal): -12221071 or 7439685. OLE color: 7439685.
HSL color Cylindrical-coordinate representation of color #458571: hue angle of 161.25º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458571 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 133 | 113 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.48 |
| HSL | 161.25º | 0.32% | 0.4% | - |
| HSV(B) | 161.25º | 0.48% | 0.52% | - |
| XYZ | 13.82 | 19.23 | 18.61 | - |
| YUV | 111.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 113 | 0.48 | 0 | 0.15 | 0.48 | 161.25 | 0.32 | 0.4 |
| Hex | 45 | 85 | 71 | 30 | 0 | F | 30 | A1 | 20 | 28 |
| Octal | 105 | 205 | 161 | 60 | 0 | 17 | 60 | 241 | 40 | 50 |
| Binary | 1000101 | 10000101 | 1110001 | 110000 | 0 | 1111 | 110000 | 10100001 | 100000 | 101000 |
Color Harmonies of #458571
Complementary color
Monochromatic Colors of #458571
Black with #458571
Text Example
Text Example
White with #458571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458571; }
p { color: rgb(69,133,113); }
H1.HeaderClassName
{
color: #458571;
}
.AnyTagClassName
{
color: #458571;
}
</style>
background-color css
<style>
a { background-color: #458571; }
a { background-color: rgb(69,133,113); }
div.DivClassName
{
background-color: #458571;
}
.BgClassName
{
background-color: #458571;
}
</style>
border-color css
<style>
span { border-color: #458571; }
span { border-color: rgb(69,133,113); }
td.TdClassName
{
border-color: #458571;
}
.TagClassName
{
border-color: #458571;
}
</style>