Shades of Viridian #468873
Tints of Viridian #468873
RGB
CMYK
RGB Variations
Color information
#468873 (or 0x468873) is known color: Viridian. HEX triplet: 46, 88 and 73. RGB value is (70,136,115). Sum of RGB (Red+Green+Blue) = 70+136+115=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #468873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468873 is #B9778C. Grayscale: #717171. Windows color (decimal): -12154765 or 7571526. OLE color: 7571526.
HSL color Cylindrical-coordinate representation of color #468873: hue angle of 160.91º 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 #468873 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 115 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.47 |
| HSL | 160.91º | 0.32% | 0.4% | - |
| HSV(B) | 160.91º | 0.49% | 0.53% | - |
| XYZ | 14.42 | 20.15 | 19.35 | - |
| YUV | 113.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 115 | 0.49 | 0 | 0.15 | 0.47 | 160.91 | 0.32 | 0.4 |
| Hex | 46 | 88 | 73 | 31 | 0 | F | 2F | A1 | 20 | 28 |
| Octal | 106 | 210 | 163 | 61 | 0 | 17 | 57 | 241 | 40 | 50 |
| Binary | 1000110 | 10001000 | 1110011 | 110001 | 0 | 1111 | 101111 | 10100001 | 100000 | 101000 |
Color Harmonies of #468873
Complementary color
Monochromatic Colors of #468873
Black with #468873
Text Example
Text Example
White with #468873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468873; }
p { color: rgb(70,136,115); }
H1.HeaderClassName
{
color: #468873;
}
.AnyTagClassName
{
color: #468873;
}
</style>
background-color css
<style>
a { background-color: #468873; }
a { background-color: rgb(70,136,115); }
div.DivClassName
{
background-color: #468873;
}
.BgClassName
{
background-color: #468873;
}
</style>
border-color css
<style>
span { border-color: #468873; }
span { border-color: rgb(70,136,115); }
td.TdClassName
{
border-color: #468873;
}
.TagClassName
{
border-color: #468873;
}
</style>