Shades of Viridian #458A74
Tints of Viridian #458A74
RGB
CMYK
RGB Variations
Color information
#458A74 (or 0x458A74) is known color: Viridian. HEX triplet: 45, 8A and 74. RGB value is (69,138,116). Sum of RGB (Red+Green+Blue) = 69+138+116=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #458A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A74 is #BA758B. Grayscale: #727272. Windows color (decimal): -12219788 or 7637573. OLE color: 7637573.
HSL color Cylindrical-coordinate representation of color #458A74: hue angle of 160.87º 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 #458A74 is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 116 | - |
| CMYK | 0.5 | 0 | 0.16 | 0.46 |
| HSL | 160.87º | 0.33% | 0.41% | - |
| HSV(B) | 160.87º | 0.5% | 0.54% | - |
| XYZ | 14.7 | 20.7 | 19.74 | - |
| YUV | 114.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 116 | 0.5 | 0 | 0.16 | 0.46 | 160.87 | 0.33 | 0.41 |
| Hex | 45 | 8A | 74 | 32 | 0 | 10 | 2E | A1 | 21 | 29 |
| Octal | 105 | 212 | 164 | 62 | 0 | 20 | 56 | 241 | 41 | 51 |
| Binary | 1000101 | 10001010 | 1110100 | 110010 | 0 | 10000 | 101110 | 10100001 | 100001 | 101001 |
Color Harmonies of #458A74
Complementary color
Monochromatic Colors of #458A74
Black with #458A74
Text Example
Text Example
White with #458A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A74; }
p { color: rgb(69,138,116); }
H1.HeaderClassName
{
color: #458A74;
}
.AnyTagClassName
{
color: #458A74;
}
</style>
background-color css
<style>
a { background-color: #458A74; }
a { background-color: rgb(69,138,116); }
div.DivClassName
{
background-color: #458A74;
}
.BgClassName
{
background-color: #458A74;
}
</style>
border-color css
<style>
span { border-color: #458A74; }
span { border-color: rgb(69,138,116); }
td.TdClassName
{
border-color: #458A74;
}
.TagClassName
{
border-color: #458A74;
}
</style>