Shades of Viridian #468875
Tints of Viridian #468875
RGB
CMYK
RGB Variations
Color information
#468875 (or 0x468875) is known color: Viridian. HEX triplet: 46, 88 and 75. RGB value is (70,136,117). Sum of RGB (Red+Green+Blue) = 70+136+117=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #468875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468875 is #B9778A. Grayscale: #727272. Windows color (decimal): -12154763 or 7702598. OLE color: 7702598.
HSL color Cylindrical-coordinate representation of color #468875: hue angle of 162.73º 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 #468875 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 117 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.47 |
| HSL | 162.73º | 0.32% | 0.4% | - |
| HSV(B) | 162.73º | 0.49% | 0.53% | - |
| XYZ | 14.54 | 20.19 | 19.96 | - |
| YUV | 114.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 117 | 0.49 | 0 | 0.14 | 0.47 | 162.73 | 0.32 | 0.4 |
| Hex | 46 | 88 | 75 | 31 | 0 | E | 2F | A3 | 20 | 28 |
| Octal | 106 | 210 | 165 | 61 | 0 | 16 | 57 | 243 | 40 | 50 |
| Binary | 1000110 | 10001000 | 1110101 | 110001 | 0 | 1110 | 101111 | 10100011 | 100000 | 101000 |
Color Harmonies of #468875
Complementary color
Monochromatic Colors of #468875
Black with #468875
Text Example
Text Example
White with #468875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468875; }
p { color: rgb(70,136,117); }
H1.HeaderClassName
{
color: #468875;
}
.AnyTagClassName
{
color: #468875;
}
</style>
background-color css
<style>
a { background-color: #468875; }
a { background-color: rgb(70,136,117); }
div.DivClassName
{
background-color: #468875;
}
.BgClassName
{
background-color: #468875;
}
</style>
border-color css
<style>
span { border-color: #468875; }
span { border-color: rgb(70,136,117); }
td.TdClassName
{
border-color: #468875;
}
.TagClassName
{
border-color: #468875;
}
</style>