Shades of Viridian #468566
Tints of Viridian #468566
RGB
CMYK
RGB Variations
Color information
#468566 (or 0x468566) is known color: Viridian. HEX triplet: 46, 85 and 66. RGB value is (70,133,102). Sum of RGB (Red+Green+Blue) = 70+133+102=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #468566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468566 is #B97A99. Grayscale: #6E6E6E. Windows color (decimal): -12155546 or 6718790. OLE color: 6718790.
HSL color Cylindrical-coordinate representation of color #468566: hue angle of 150.48º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468566 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 133 | 102 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.48 |
| HSL | 150.48º | 0.31% | 0.4% | - |
| HSV(B) | 150.48º | 0.47% | 0.52% | - |
| XYZ | 13.31 | 19.04 | 15.54 | - |
| YUV | 110.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 102 | 0.47 | 0 | 0.23 | 0.48 | 150.48 | 0.31 | 0.4 |
| Hex | 46 | 85 | 66 | 2F | 0 | 17 | 30 | 96 | 1F | 28 |
| Octal | 106 | 205 | 146 | 57 | 0 | 27 | 60 | 226 | 37 | 50 |
| Binary | 1000110 | 10000101 | 1100110 | 101111 | 0 | 10111 | 110000 | 10010110 | 11111 | 101000 |
Color Harmonies of #468566
Complementary color
Monochromatic Colors of #468566
Black with #468566
Text Example
Text Example
White with #468566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468566; }
p { color: rgb(70,133,102); }
H1.HeaderClassName
{
color: #468566;
}
.AnyTagClassName
{
color: #468566;
}
</style>
background-color css
<style>
a { background-color: #468566; }
a { background-color: rgb(70,133,102); }
div.DivClassName
{
background-color: #468566;
}
.BgClassName
{
background-color: #468566;
}
</style>
border-color css
<style>
span { border-color: #468566; }
span { border-color: rgb(70,133,102); }
td.TdClassName
{
border-color: #468566;
}
.TagClassName
{
border-color: #468566;
}
</style>