Shades of Viridian #458771
Tints of Viridian #458771
RGB
CMYK
RGB Variations
Color information
#458771 (or 0x458771) is known color: Viridian. HEX triplet: 45, 87 and 71. RGB value is (69,135,113). Sum of RGB (Red+Green+Blue) = 69+135+113=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #458771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458771 is #BA788E. Grayscale: #707070. Windows color (decimal): -12220559 or 7440197. OLE color: 7440197.
HSL color Cylindrical-coordinate representation of color #458771: hue angle of 160º degrees, saturation: 0.32, 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 #458771 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 135 | 113 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.47 |
| HSL | 160º | 0.32% | 0.4% | - |
| HSV(B) | 160º | 0.49% | 0.53% | - |
| XYZ | 14.1 | 19.79 | 18.7 | - |
| YUV | 112.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 135 | 113 | 0.49 | 0 | 0.16 | 0.47 | 160 | 0.32 | 0.4 |
| Hex | 45 | 87 | 71 | 31 | 0 | 10 | 2F | A0 | 20 | 28 |
| Octal | 105 | 207 | 161 | 61 | 0 | 20 | 57 | 240 | 40 | 50 |
| Binary | 1000101 | 10000111 | 1110001 | 110001 | 0 | 10000 | 101111 | 10100000 | 100000 | 101000 |
Color Harmonies of #458771
Complementary color
Monochromatic Colors of #458771
Black with #458771
Text Example
Text Example
White with #458771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458771; }
p { color: rgb(69,135,113); }
H1.HeaderClassName
{
color: #458771;
}
.AnyTagClassName
{
color: #458771;
}
</style>
background-color css
<style>
a { background-color: #458771; }
a { background-color: rgb(69,135,113); }
div.DivClassName
{
background-color: #458771;
}
.BgClassName
{
background-color: #458771;
}
</style>
border-color css
<style>
span { border-color: #458771; }
span { border-color: rgb(69,135,113); }
td.TdClassName
{
border-color: #458771;
}
.TagClassName
{
border-color: #458771;
}
</style>