Shades of Viridian #468E74
Tints of Viridian #468E74
RGB
CMYK
RGB Variations
Color information
#468E74 (or 0x468E74) is known color: Viridian. HEX triplet: 46, 8E and 74. RGB value is (70,142,116). Sum of RGB (Red+Green+Blue) = 70+142+116=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 142 - color contains mainly: green. Hex color #468E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468E74 is #B9718B. Grayscale: #757575. Windows color (decimal): -12153228 or 7638598. OLE color: 7638598.
HSL color Cylindrical-coordinate representation of color #468E74: hue angle of 158.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468E74 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 142 | 116 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.44 |
| HSL | 158.33º | 0.34% | 0.42% | - |
| HSV(B) | 158.33º | 0.51% | 0.56% | - |
| XYZ | 15.35 | 21.91 | 19.94 | - |
| YUV | 117.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 116 | 0.51 | 0 | 0.18 | 0.44 | 158.33 | 0.34 | 0.42 |
| Hex | 46 | 8E | 74 | 33 | 0 | 12 | 2C | 9E | 22 | 2A |
| Octal | 106 | 216 | 164 | 63 | 0 | 22 | 54 | 236 | 42 | 52 |
| Binary | 1000110 | 10001110 | 1110100 | 110011 | 0 | 10010 | 101100 | 10011110 | 100010 | 101010 |
Color Harmonies of #468E74
Complementary color
Monochromatic Colors of #468E74
Black with #468E74
Text Example
Text Example
White with #468E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468E74; }
p { color: rgb(70,142,116); }
H1.HeaderClassName
{
color: #468E74;
}
.AnyTagClassName
{
color: #468E74;
}
</style>
background-color css
<style>
a { background-color: #468E74; }
a { background-color: rgb(70,142,116); }
div.DivClassName
{
background-color: #468E74;
}
.BgClassName
{
background-color: #468E74;
}
</style>
border-color css
<style>
span { border-color: #468E74; }
span { border-color: rgb(70,142,116); }
td.TdClassName
{
border-color: #468E74;
}
.TagClassName
{
border-color: #468E74;
}
</style>