Shades of Viridian #468D74
Tints of Viridian #468D74
RGB
CMYK
RGB Variations
Color information
#468D74 (or 0x468D74) is known color: Viridian. HEX triplet: 46, 8D and 74. RGB value is (70,141,116). Sum of RGB (Red+Green+Blue) = 70+141+116=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #468D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D74 is #B9728B. Grayscale: #747474. Windows color (decimal): -12153484 or 7638342. OLE color: 7638342.
HSL color Cylindrical-coordinate representation of color #468D74: hue angle of 158.87º 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 #468D74 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 116 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.45 |
| HSL | 158.87º | 0.34% | 0.41% | - |
| HSV(B) | 158.87º | 0.5% | 0.55% | - |
| XYZ | 15.2 | 21.61 | 19.89 | - |
| YUV | 116.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 116 | 0.50 | 0 | 0.18 | 0.45 | 158.87 | 0.34 | 0.41 |
| Hex | 46 | 8D | 74 | 32 | 0 | 12 | 2D | 9F | 22 | 29 |
| Octal | 106 | 215 | 164 | 62 | 0 | 22 | 55 | 237 | 42 | 51 |
| Binary | 1000110 | 10001101 | 1110100 | 110010 | 0 | 10010 | 101101 | 10011111 | 100010 | 101001 |
Color Harmonies of #468D74
Complementary color
Monochromatic Colors of #468D74
Black with #468D74
Text Example
Text Example
White with #468D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D74; }
p { color: rgb(70,141,116); }
H1.HeaderClassName
{
color: #468D74;
}
.AnyTagClassName
{
color: #468D74;
}
</style>
background-color css
<style>
a { background-color: #468D74; }
a { background-color: rgb(70,141,116); }
div.DivClassName
{
background-color: #468D74;
}
.BgClassName
{
background-color: #468D74;
}
</style>
border-color css
<style>
span { border-color: #468D74; }
span { border-color: rgb(70,141,116); }
td.TdClassName
{
border-color: #468D74;
}
.TagClassName
{
border-color: #468D74;
}
</style>