Shades of Viridian #468073
Tints of Viridian #468073
RGB
CMYK
RGB Variations
Color information
#468073 (or 0x468073) is known color: Viridian. HEX triplet: 46, 80 and 73. RGB value is (70,128,115). Sum of RGB (Red+Green+Blue) = 70+128+115=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #468073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468073 is #B97F8C. Grayscale: #6D6D6D. Windows color (decimal): -12156813 or 7569478. OLE color: 7569478.
HSL color Cylindrical-coordinate representation of color #468073: hue angle of 166.55º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468073 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 128 | 115 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.50 |
| HSL | 166.55º | 0.29% | 0.39% | - |
| HSV(B) | 166.55º | 0.45% | 0.5% | - |
| XYZ | 13.34 | 17.98 | 18.99 | - |
| YUV | 109.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 115 | 0.45 | 0 | 0.10 | 0.50 | 166.55 | 0.29 | 0.39 |
| Hex | 46 | 80 | 73 | 2D | 0 | A | 32 | A7 | 1D | 27 |
| Octal | 106 | 200 | 163 | 55 | 0 | 12 | 62 | 247 | 35 | 47 |
| Binary | 1000110 | 10000000 | 1110011 | 101101 | 0 | 1010 | 110010 | 10100111 | 11101 | 100111 |
Color Harmonies of #468073
Complementary color
Monochromatic Colors of #468073
Black with #468073
Text Example
Text Example
White with #468073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468073; }
p { color: rgb(70,128,115); }
H1.HeaderClassName
{
color: #468073;
}
.AnyTagClassName
{
color: #468073;
}
</style>
background-color css
<style>
a { background-color: #468073; }
a { background-color: rgb(70,128,115); }
div.DivClassName
{
background-color: #468073;
}
.BgClassName
{
background-color: #468073;
}
</style>
border-color css
<style>
span { border-color: #468073; }
span { border-color: rgb(70,128,115); }
td.TdClassName
{
border-color: #468073;
}
.TagClassName
{
border-color: #468073;
}
</style>