Shades of Viridian #458977
Tints of Viridian #458977
RGB
CMYK
RGB Variations
Color information
#458977 (or 0x458977) is known color: Viridian. HEX triplet: 45, 89 and 77. RGB value is (69,137,119). Sum of RGB (Red+Green+Blue) = 69+137+119=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #458977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458977 is #BA7688. Grayscale: #727272. Windows color (decimal): -12220041 or 7833925. OLE color: 7833925.
HSL color Cylindrical-coordinate representation of color #458977: hue angle of 164.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458977 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 137 | 119 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.46 |
| HSL | 164.12º | 0.33% | 0.4% | - |
| HSV(B) | 164.12º | 0.5% | 0.54% | - |
| XYZ | 14.73 | 20.49 | 20.63 | - |
| YUV | 114.62 | 130.47 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 119 | 0.50 | 0 | 0.13 | 0.46 | 164.12 | 0.33 | 0.4 |
| Hex | 45 | 89 | 77 | 32 | 0 | D | 2E | A4 | 21 | 28 |
| Octal | 105 | 211 | 167 | 62 | 0 | 15 | 56 | 244 | 41 | 50 |
| Binary | 1000101 | 10001001 | 1110111 | 110010 | 0 | 1101 | 101110 | 10100100 | 100001 | 101000 |
Color Harmonies of #458977
Complementary color
Monochromatic Colors of #458977
Black with #458977
Text Example
Text Example
White with #458977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458977; }
p { color: rgb(69,137,119); }
H1.HeaderClassName
{
color: #458977;
}
.AnyTagClassName
{
color: #458977;
}
</style>
background-color css
<style>
a { background-color: #458977; }
a { background-color: rgb(69,137,119); }
div.DivClassName
{
background-color: #458977;
}
.BgClassName
{
background-color: #458977;
}
</style>
border-color css
<style>
span { border-color: #458977; }
span { border-color: rgb(69,137,119); }
td.TdClassName
{
border-color: #458977;
}
.TagClassName
{
border-color: #458977;
}
</style>