Shades of Viridian #458974
Tints of Viridian #458974
RGB
CMYK
RGB Variations
Color information
#458974 (or 0x458974) is known color: Viridian. HEX triplet: 45, 89 and 74. RGB value is (69,137,116). Sum of RGB (Red+Green+Blue) = 69+137+116=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #458974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458974 is #BA768B. Grayscale: #727272. Windows color (decimal): -12220044 or 7637317. OLE color: 7637317.
HSL color Cylindrical-coordinate representation of color #458974: hue angle of 161.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458974 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 137 | 116 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.46 |
| HSL | 161.47º | 0.33% | 0.4% | - |
| HSV(B) | 161.47º | 0.5% | 0.54% | - |
| XYZ | 14.55 | 20.42 | 19.7 | - |
| YUV | 114.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 116 | 0.50 | 0 | 0.15 | 0.46 | 161.47 | 0.33 | 0.4 |
| Hex | 45 | 89 | 74 | 32 | 0 | F | 2E | A1 | 21 | 28 |
| Octal | 105 | 211 | 164 | 62 | 0 | 17 | 56 | 241 | 41 | 50 |
| Binary | 1000101 | 10001001 | 1110100 | 110010 | 0 | 1111 | 101110 | 10100001 | 100001 | 101000 |
Color Harmonies of #458974
Complementary color
Monochromatic Colors of #458974
Black with #458974
Text Example
Text Example
White with #458974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458974; }
p { color: rgb(69,137,116); }
H1.HeaderClassName
{
color: #458974;
}
.AnyTagClassName
{
color: #458974;
}
</style>
background-color css
<style>
a { background-color: #458974; }
a { background-color: rgb(69,137,116); }
div.DivClassName
{
background-color: #458974;
}
.BgClassName
{
background-color: #458974;
}
</style>
border-color css
<style>
span { border-color: #458974; }
span { border-color: rgb(69,137,116); }
td.TdClassName
{
border-color: #458974;
}
.TagClassName
{
border-color: #458974;
}
</style>