Shades of Viridian #468977
Tints of Viridian #468977
RGB
CMYK
RGB Variations
Color information
#468977 (or 0x468977) is known color: Viridian. HEX triplet: 46, 89 and 77. RGB value is (70,137,119). Sum of RGB (Red+Green+Blue) = 70+137+119=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #468977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468977 is #B97688. Grayscale: #727272. Windows color (decimal): -12154505 or 7833926. OLE color: 7833926.
HSL color Cylindrical-coordinate representation of color #468977: hue angle of 163.88º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468977 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 137 | 119 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.46 |
| HSL | 163.88º | 0.32% | 0.41% | - |
| HSV(B) | 163.88º | 0.49% | 0.54% | - |
| XYZ | 14.8 | 20.53 | 20.63 | - |
| YUV | 114.92 | 130.3 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 137 | 119 | 0.49 | 0 | 0.13 | 0.46 | 163.88 | 0.32 | 0.41 |
| Hex | 46 | 89 | 77 | 31 | 0 | D | 2E | A4 | 20 | 29 |
| Octal | 106 | 211 | 167 | 61 | 0 | 15 | 56 | 244 | 40 | 51 |
| Binary | 1000110 | 10001001 | 1110111 | 110001 | 0 | 1101 | 101110 | 10100100 | 100000 | 101001 |
Color Harmonies of #468977
Complementary color
Monochromatic Colors of #468977
Black with #468977
Text Example
Text Example
White with #468977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468977; }
p { color: rgb(70,137,119); }
H1.HeaderClassName
{
color: #468977;
}
.AnyTagClassName
{
color: #468977;
}
</style>
background-color css
<style>
a { background-color: #468977; }
a { background-color: rgb(70,137,119); }
div.DivClassName
{
background-color: #468977;
}
.BgClassName
{
background-color: #468977;
}
</style>
border-color css
<style>
span { border-color: #468977; }
span { border-color: rgb(70,137,119); }
td.TdClassName
{
border-color: #468977;
}
.TagClassName
{
border-color: #468977;
}
</style>