Shades of Viridian #458778
Tints of Viridian #458778
RGB
CMYK
RGB Variations
Color information
#458778 (or 0x458778) is known color: Viridian. HEX triplet: 45, 87 and 78. RGB value is (69,135,120). Sum of RGB (Red+Green+Blue) = 69+135+120=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #458778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458778 is #BA7887. Grayscale: #717171. Windows color (decimal): -12220552 or 7898949. OLE color: 7898949.
HSL color Cylindrical-coordinate representation of color #458778: hue angle of 166.36º 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 #458778 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 135 | 120 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.47 |
| HSL | 166.36º | 0.32% | 0.4% | - |
| HSV(B) | 166.36º | 0.49% | 0.53% | - |
| XYZ | 14.51 | 19.95 | 20.86 | - |
| YUV | 113.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 135 | 120 | 0.49 | 0 | 0.11 | 0.47 | 166.36 | 0.32 | 0.4 |
| Hex | 45 | 87 | 78 | 31 | 0 | B | 2F | A6 | 20 | 28 |
| Octal | 105 | 207 | 170 | 61 | 0 | 13 | 57 | 246 | 40 | 50 |
| Binary | 1000101 | 10000111 | 1111000 | 110001 | 0 | 1011 | 101111 | 10100110 | 100000 | 101000 |
Color Harmonies of #458778
Complementary color
Monochromatic Colors of #458778
Black with #458778
Text Example
Text Example
White with #458778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458778; }
p { color: rgb(69,135,120); }
H1.HeaderClassName
{
color: #458778;
}
.AnyTagClassName
{
color: #458778;
}
</style>
background-color css
<style>
a { background-color: #458778; }
a { background-color: rgb(69,135,120); }
div.DivClassName
{
background-color: #458778;
}
.BgClassName
{
background-color: #458778;
}
</style>
border-color css
<style>
span { border-color: #458778; }
span { border-color: rgb(69,135,120); }
td.TdClassName
{
border-color: #458778;
}
.TagClassName
{
border-color: #458778;
}
</style>