Shades of Viridian #458A6E
Tints of Viridian #458A6E
RGB
CMYK
RGB Variations
Color information
#458A6E (or 0x458A6E) is known color: Viridian. HEX triplet: 45, 8A and 6E. RGB value is (69,138,110). Sum of RGB (Red+Green+Blue) = 69+138+110=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #458A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A6E is #BA7591. Grayscale: #727272. Windows color (decimal): -12219794 or 7244357. OLE color: 7244357.
HSL color Cylindrical-coordinate representation of color #458A6E: hue angle of 155.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458A6E is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 110 | - |
| CMYK | 0.5 | 0 | 0.20 | 0.46 |
| HSL | 155.65º | 0.33% | 0.41% | - |
| HSV(B) | 155.65º | 0.5% | 0.54% | - |
| XYZ | 14.36 | 20.57 | 17.97 | - |
| YUV | 114.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 110 | 0.5 | 0 | 0.20 | 0.46 | 155.65 | 0.33 | 0.41 |
| Hex | 45 | 8A | 6E | 32 | 0 | 14 | 2E | 9C | 21 | 29 |
| Octal | 105 | 212 | 156 | 62 | 0 | 24 | 56 | 234 | 41 | 51 |
| Binary | 1000101 | 10001010 | 1101110 | 110010 | 0 | 10100 | 101110 | 10011100 | 100001 | 101001 |
Color Harmonies of #458A6E
Complementary color
Monochromatic Colors of #458A6E
Black with #458A6E
Text Example
Text Example
White with #458A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A6E; }
p { color: rgb(69,138,110); }
H1.HeaderClassName
{
color: #458A6E;
}
.AnyTagClassName
{
color: #458A6E;
}
</style>
background-color css
<style>
a { background-color: #458A6E; }
a { background-color: rgb(69,138,110); }
div.DivClassName
{
background-color: #458A6E;
}
.BgClassName
{
background-color: #458A6E;
}
</style>
border-color css
<style>
span { border-color: #458A6E; }
span { border-color: rgb(69,138,110); }
td.TdClassName
{
border-color: #458A6E;
}
.TagClassName
{
border-color: #458A6E;
}
</style>