Shades of Viridian #458577
Tints of Viridian #458577
RGB
CMYK
RGB Variations
Color information
#458577 (or 0x458577) is known color: Viridian. HEX triplet: 45, 85 and 77. RGB value is (69,133,119). Sum of RGB (Red+Green+Blue) = 69+133+119=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #458577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458577 is #BA7A88. Grayscale: #707070. Windows color (decimal): -12221065 or 7832901. OLE color: 7832901.
HSL color Cylindrical-coordinate representation of color #458577: hue angle of 166.88º 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 #458577 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 133 | 119 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.48 |
| HSL | 166.88º | 0.32% | 0.4% | - |
| HSV(B) | 166.88º | 0.48% | 0.52% | - |
| XYZ | 14.17 | 19.37 | 20.45 | - |
| YUV | 112.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 119 | 0.48 | 0 | 0.11 | 0.48 | 166.88 | 0.32 | 0.4 |
| Hex | 45 | 85 | 77 | 30 | 0 | B | 30 | A7 | 20 | 28 |
| Octal | 105 | 205 | 167 | 60 | 0 | 13 | 60 | 247 | 40 | 50 |
| Binary | 1000101 | 10000101 | 1110111 | 110000 | 0 | 1011 | 110000 | 10100111 | 100000 | 101000 |
Color Harmonies of #458577
Complementary color
Monochromatic Colors of #458577
Black with #458577
Text Example
Text Example
White with #458577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458577; }
p { color: rgb(69,133,119); }
H1.HeaderClassName
{
color: #458577;
}
.AnyTagClassName
{
color: #458577;
}
</style>
background-color css
<style>
a { background-color: #458577; }
a { background-color: rgb(69,133,119); }
div.DivClassName
{
background-color: #458577;
}
.BgClassName
{
background-color: #458577;
}
</style>
border-color css
<style>
span { border-color: #458577; }
span { border-color: rgb(69,133,119); }
td.TdClassName
{
border-color: #458577;
}
.TagClassName
{
border-color: #458577;
}
</style>