Shades of Viridian #458D6C
Tints of Viridian #458D6C
RGB
CMYK
RGB Variations
Color information
#458D6C (or 0x458D6C) is known color: Viridian. HEX triplet: 45, 8D and 6C. RGB value is (69,141,108). Sum of RGB (Red+Green+Blue) = 69+141+108=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #458D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D6C is #BA7293. Grayscale: #737373. Windows color (decimal): -12219028 or 7114053. OLE color: 7114053.
HSL color Cylindrical-coordinate representation of color #458D6C: hue angle of 152.5º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D6C is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 108 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.45 |
| HSL | 152.5º | 0.34% | 0.41% | - |
| HSV(B) | 152.5º | 0.51% | 0.55% | - |
| XYZ | 14.69 | 21.4 | 17.54 | - |
| YUV | 115.71 | 123.65 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 108 | 0.51 | 0 | 0.23 | 0.45 | 152.5 | 0.34 | 0.41 |
| Hex | 45 | 8D | 6C | 33 | 0 | 17 | 2D | 98 | 22 | 29 |
| Octal | 105 | 215 | 154 | 63 | 0 | 27 | 55 | 230 | 42 | 51 |
| Binary | 1000101 | 10001101 | 1101100 | 110011 | 0 | 10111 | 101101 | 10011000 | 100010 | 101001 |
Color Harmonies of #458D6C
Complementary color
Monochromatic Colors of #458D6C
Black with #458D6C
Text Example
Text Example
White with #458D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D6C; }
p { color: rgb(69,141,108); }
H1.HeaderClassName
{
color: #458D6C;
}
.AnyTagClassName
{
color: #458D6C;
}
</style>
background-color css
<style>
a { background-color: #458D6C; }
a { background-color: rgb(69,141,108); }
div.DivClassName
{
background-color: #458D6C;
}
.BgClassName
{
background-color: #458D6C;
}
</style>
border-color css
<style>
span { border-color: #458D6C; }
span { border-color: rgb(69,141,108); }
td.TdClassName
{
border-color: #458D6C;
}
.TagClassName
{
border-color: #458D6C;
}
</style>