Shades of Viridian #458D67
Tints of Viridian #458D67
RGB
CMYK
RGB Variations
Color information
#458D67 (or 0x458D67) is known color: Viridian. HEX triplet: 45, 8D and 67. RGB value is (69,141,103). Sum of RGB (Red+Green+Blue) = 69+141+103=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #458D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D67 is #BA7298. Grayscale: #737373. Windows color (decimal): -12219033 or 6786373. OLE color: 6786373.
HSL color Cylindrical-coordinate representation of color #458D67: hue angle of 148.33º 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 #458D67 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 103 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.45 |
| HSL | 148.33º | 0.34% | 0.41% | - |
| HSV(B) | 148.33º | 0.51% | 0.55% | - |
| XYZ | 14.43 | 21.29 | 16.18 | - |
| YUV | 115.14 | 121.15 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 103 | 0.51 | 0 | 0.27 | 0.45 | 148.33 | 0.34 | 0.41 |
| Hex | 45 | 8D | 67 | 33 | 0 | 1B | 2D | 94 | 22 | 29 |
| Octal | 105 | 215 | 147 | 63 | 0 | 33 | 55 | 224 | 42 | 51 |
| Binary | 1000101 | 10001101 | 1100111 | 110011 | 0 | 11011 | 101101 | 10010100 | 100010 | 101001 |
Color Harmonies of #458D67
Complementary color
Monochromatic Colors of #458D67
Black with #458D67
Text Example
Text Example
White with #458D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D67; }
p { color: rgb(69,141,103); }
H1.HeaderClassName
{
color: #458D67;
}
.AnyTagClassName
{
color: #458D67;
}
</style>
background-color css
<style>
a { background-color: #458D67; }
a { background-color: rgb(69,141,103); }
div.DivClassName
{
background-color: #458D67;
}
.BgClassName
{
background-color: #458D67;
}
</style>
border-color css
<style>
span { border-color: #458D67; }
span { border-color: rgb(69,141,103); }
td.TdClassName
{
border-color: #458D67;
}
.TagClassName
{
border-color: #458D67;
}
</style>