Shades of Viridian #468672
Tints of Viridian #468672
RGB
CMYK
RGB Variations
Color information
#468672 (or 0x468672) is known color: Viridian. HEX triplet: 46, 86 and 72. RGB value is (70,134,114). Sum of RGB (Red+Green+Blue) = 70+134+114=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #468672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468672 is #B9798D. Grayscale: #707070. Windows color (decimal): -12155278 or 7505478. OLE color: 7505478.
HSL color Cylindrical-coordinate representation of color #468672: hue angle of 161.25º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468672 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 114 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.47 |
| HSL | 161.25º | 0.31% | 0.4% | - |
| HSV(B) | 161.25º | 0.48% | 0.53% | - |
| XYZ | 14.09 | 19.57 | 18.95 | - |
| YUV | 112.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 114 | 0.48 | 0 | 0.15 | 0.47 | 161.25 | 0.31 | 0.4 |
| Hex | 46 | 86 | 72 | 30 | 0 | F | 2F | A1 | 1F | 28 |
| Octal | 106 | 206 | 162 | 60 | 0 | 17 | 57 | 241 | 37 | 50 |
| Binary | 1000110 | 10000110 | 1110010 | 110000 | 0 | 1111 | 101111 | 10100001 | 11111 | 101000 |
Color Harmonies of #468672
Complementary color
Monochromatic Colors of #468672
Black with #468672
Text Example
Text Example
White with #468672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468672; }
p { color: rgb(70,134,114); }
H1.HeaderClassName
{
color: #468672;
}
.AnyTagClassName
{
color: #468672;
}
</style>
background-color css
<style>
a { background-color: #468672; }
a { background-color: rgb(70,134,114); }
div.DivClassName
{
background-color: #468672;
}
.BgClassName
{
background-color: #468672;
}
</style>
border-color css
<style>
span { border-color: #468672; }
span { border-color: rgb(70,134,114); }
td.TdClassName
{
border-color: #468672;
}
.TagClassName
{
border-color: #468672;
}
</style>