Shades of Viridian #458B68
Tints of Viridian #458B68
RGB
CMYK
RGB Variations
Color information
#458B68 (or 0x458B68) is known color: Viridian. HEX triplet: 45, 8B and 68. RGB value is (69,139,104). Sum of RGB (Red+Green+Blue) = 69+139+104=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #458B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B68 is #BA7497. Grayscale: #727272. Windows color (decimal): -12219544 or 6851397. OLE color: 6851397.
HSL color Cylindrical-coordinate representation of color #458B68: hue angle of 150º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B68 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 104 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.45 |
| HSL | 150º | 0.34% | 0.41% | - |
| HSV(B) | 150º | 0.5% | 0.55% | - |
| XYZ | 14.19 | 20.73 | 16.35 | - |
| YUV | 114.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 104 | 0.50 | 0 | 0.25 | 0.45 | 150 | 0.34 | 0.41 |
| Hex | 45 | 8B | 68 | 32 | 0 | 19 | 2D | 96 | 22 | 29 |
| Octal | 105 | 213 | 150 | 62 | 0 | 31 | 55 | 226 | 42 | 51 |
| Binary | 1000101 | 10001011 | 1101000 | 110010 | 0 | 11001 | 101101 | 10010110 | 100010 | 101001 |
Color Harmonies of #458B68
Complementary color
Monochromatic Colors of #458B68
Black with #458B68
Text Example
Text Example
White with #458B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B68; }
p { color: rgb(69,139,104); }
H1.HeaderClassName
{
color: #458B68;
}
.AnyTagClassName
{
color: #458B68;
}
</style>
background-color css
<style>
a { background-color: #458B68; }
a { background-color: rgb(69,139,104); }
div.DivClassName
{
background-color: #458B68;
}
.BgClassName
{
background-color: #458B68;
}
</style>
border-color css
<style>
span { border-color: #458B68; }
span { border-color: rgb(69,139,104); }
td.TdClassName
{
border-color: #458B68;
}
.TagClassName
{
border-color: #458B68;
}
</style>