Shades of Viridian #468876
Tints of Viridian #468876
RGB
CMYK
RGB Variations
Color information
#468876 (or 0x468876) is known color: Viridian. HEX triplet: 46, 88 and 76. RGB value is (70,136,118). Sum of RGB (Red+Green+Blue) = 70+136+118=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #468876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468876 is #B97789. Grayscale: #727272. Windows color (decimal): -12154762 or 7768134. OLE color: 7768134.
HSL color Cylindrical-coordinate representation of color #468876: hue angle of 163.64º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468876 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 118 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.47 |
| HSL | 163.64º | 0.32% | 0.4% | - |
| HSV(B) | 163.64º | 0.49% | 0.53% | - |
| XYZ | 14.6 | 20.22 | 20.27 | - |
| YUV | 114.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 118 | 0.49 | 0 | 0.13 | 0.47 | 163.64 | 0.32 | 0.4 |
| Hex | 46 | 88 | 76 | 31 | 0 | D | 2F | A4 | 20 | 28 |
| Octal | 106 | 210 | 166 | 61 | 0 | 15 | 57 | 244 | 40 | 50 |
| Binary | 1000110 | 10001000 | 1110110 | 110001 | 0 | 1101 | 101111 | 10100100 | 100000 | 101000 |
Color Harmonies of #468876
Complementary color
Monochromatic Colors of #468876
Black with #468876
Text Example
Text Example
White with #468876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468876; }
p { color: rgb(70,136,118); }
H1.HeaderClassName
{
color: #468876;
}
.AnyTagClassName
{
color: #468876;
}
</style>
background-color css
<style>
a { background-color: #468876; }
a { background-color: rgb(70,136,118); }
div.DivClassName
{
background-color: #468876;
}
.BgClassName
{
background-color: #468876;
}
</style>
border-color css
<style>
span { border-color: #468876; }
span { border-color: rgb(70,136,118); }
td.TdClassName
{
border-color: #468876;
}
.TagClassName
{
border-color: #468876;
}
</style>