Shades of Viridian #458578
Tints of Viridian #458578
RGB
CMYK
RGB Variations
Color information
#458578 (or 0x458578) is known color: Viridian. HEX triplet: 45, 85 and 78. RGB value is (69,133,120). Sum of RGB (Red+Green+Blue) = 69+133+120=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #458578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458578 is #BA7A87. Grayscale: #707070. Windows color (decimal): -12221064 or 7898437. OLE color: 7898437.
HSL color Cylindrical-coordinate representation of color #458578: hue angle of 167.81º 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 #458578 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 133 | 120 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.48 |
| HSL | 167.81º | 0.32% | 0.4% | - |
| HSV(B) | 167.81º | 0.48% | 0.52% | - |
| XYZ | 14.23 | 19.4 | 20.76 | - |
| YUV | 112.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 120 | 0.48 | 0 | 0.10 | 0.48 | 167.81 | 0.32 | 0.4 |
| Hex | 45 | 85 | 78 | 30 | 0 | A | 30 | A8 | 20 | 28 |
| Octal | 105 | 205 | 170 | 60 | 0 | 12 | 60 | 250 | 40 | 50 |
| Binary | 1000101 | 10000101 | 1111000 | 110000 | 0 | 1010 | 110000 | 10101000 | 100000 | 101000 |
Color Harmonies of #458578
Complementary color
Monochromatic Colors of #458578
Black with #458578
Text Example
Text Example
White with #458578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458578; }
p { color: rgb(69,133,120); }
H1.HeaderClassName
{
color: #458578;
}
.AnyTagClassName
{
color: #458578;
}
</style>
background-color css
<style>
a { background-color: #458578; }
a { background-color: rgb(69,133,120); }
div.DivClassName
{
background-color: #458578;
}
.BgClassName
{
background-color: #458578;
}
</style>
border-color css
<style>
span { border-color: #458578; }
span { border-color: rgb(69,133,120); }
td.TdClassName
{
border-color: #458578;
}
.TagClassName
{
border-color: #458578;
}
</style>