Shades of Viridian #458971
Tints of Viridian #458971
RGB
CMYK
RGB Variations
Color information
#458971 (or 0x458971) is known color: Viridian. HEX triplet: 45, 89 and 71. RGB value is (69,137,113). Sum of RGB (Red+Green+Blue) = 69+137+113=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #458971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458971 is #BA768E. Grayscale: #717171. Windows color (decimal): -12220047 or 7440709. OLE color: 7440709.
HSL color Cylindrical-coordinate representation of color #458971: hue angle of 158.82º 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 #458971 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 137 | 113 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.46 |
| HSL | 158.82º | 0.33% | 0.4% | - |
| HSV(B) | 158.82º | 0.5% | 0.54% | - |
| XYZ | 14.38 | 20.35 | 18.79 | - |
| YUV | 113.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 113 | 0.50 | 0 | 0.18 | 0.46 | 158.82 | 0.33 | 0.4 |
| Hex | 45 | 89 | 71 | 32 | 0 | 12 | 2E | 9F | 21 | 28 |
| Octal | 105 | 211 | 161 | 62 | 0 | 22 | 56 | 237 | 41 | 50 |
| Binary | 1000101 | 10001001 | 1110001 | 110010 | 0 | 10010 | 101110 | 10011111 | 100001 | 101000 |
Color Harmonies of #458971
Complementary color
Monochromatic Colors of #458971
Black with #458971
Text Example
Text Example
White with #458971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458971; }
p { color: rgb(69,137,113); }
H1.HeaderClassName
{
color: #458971;
}
.AnyTagClassName
{
color: #458971;
}
</style>
background-color css
<style>
a { background-color: #458971; }
a { background-color: rgb(69,137,113); }
div.DivClassName
{
background-color: #458971;
}
.BgClassName
{
background-color: #458971;
}
</style>
border-color css
<style>
span { border-color: #458971; }
span { border-color: rgb(69,137,113); }
td.TdClassName
{
border-color: #458971;
}
.TagClassName
{
border-color: #458971;
}
</style>