Shades of Viridian #468066
Tints of Viridian #468066
RGB
CMYK
RGB Variations
Color information
#468066 (or 0x468066) is known color: Viridian. HEX triplet: 46, 80 and 66. RGB value is (70,128,102). Sum of RGB (Red+Green+Blue) = 70+128+102=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #468066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468066 is #B97F99. Grayscale: #6B6B6B. Windows color (decimal): -12156826 or 6717510. OLE color: 6717510.
HSL color Cylindrical-coordinate representation of color #468066: hue angle of 153.1º 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 #468066 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 128 | 102 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.50 |
| HSL | 153.1º | 0.29% | 0.39% | - |
| HSV(B) | 153.1º | 0.45% | 0.5% | - |
| XYZ | 12.64 | 17.7 | 15.32 | - |
| YUV | 107.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 102 | 0.45 | 0 | 0.20 | 0.50 | 153.1 | 0.29 | 0.39 |
| Hex | 46 | 80 | 66 | 2D | 0 | 14 | 32 | 99 | 1D | 27 |
| Octal | 106 | 200 | 146 | 55 | 0 | 24 | 62 | 231 | 35 | 47 |
| Binary | 1000110 | 10000000 | 1100110 | 101101 | 0 | 10100 | 110010 | 10011001 | 11101 | 100111 |
Color Harmonies of #468066
Complementary color
Monochromatic Colors of #468066
Black with #468066
Text Example
Text Example
White with #468066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468066; }
p { color: rgb(70,128,102); }
H1.HeaderClassName
{
color: #468066;
}
.AnyTagClassName
{
color: #468066;
}
</style>
background-color css
<style>
a { background-color: #468066; }
a { background-color: rgb(70,128,102); }
div.DivClassName
{
background-color: #468066;
}
.BgClassName
{
background-color: #468066;
}
</style>
border-color css
<style>
span { border-color: #468066; }
span { border-color: rgb(70,128,102); }
td.TdClassName
{
border-color: #468066;
}
.TagClassName
{
border-color: #468066;
}
</style>