Shades of Viridian #468366
Tints of Viridian #468366
RGB
CMYK
RGB Variations
Color information
#468366 (or 0x468366) is known color: Viridian. HEX triplet: 46, 83 and 66. RGB value is (70,131,102). Sum of RGB (Red+Green+Blue) = 70+131+102=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #468366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468366 is #B97C99. Grayscale: #6D6D6D. Windows color (decimal): -12156058 or 6718278. OLE color: 6718278.
HSL color Cylindrical-coordinate representation of color #468366: hue angle of 151.48º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468366 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 131 | 102 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.49 |
| HSL | 151.48º | 0.3% | 0.39% | - |
| HSV(B) | 151.48º | 0.47% | 0.51% | - |
| XYZ | 13.04 | 18.49 | 15.45 | - |
| YUV | 109.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 102 | 0.47 | 0 | 0.22 | 0.49 | 151.48 | 0.3 | 0.39 |
| Hex | 46 | 83 | 66 | 2F | 0 | 16 | 31 | 97 | 1E | 27 |
| Octal | 106 | 203 | 146 | 57 | 0 | 26 | 61 | 227 | 36 | 47 |
| Binary | 1000110 | 10000011 | 1100110 | 101111 | 0 | 10110 | 110001 | 10010111 | 11110 | 100111 |
Color Harmonies of #468366
Complementary color
Monochromatic Colors of #468366
Black with #468366
Text Example
Text Example
White with #468366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468366; }
p { color: rgb(70,131,102); }
H1.HeaderClassName
{
color: #468366;
}
.AnyTagClassName
{
color: #468366;
}
</style>
background-color css
<style>
a { background-color: #468366; }
a { background-color: rgb(70,131,102); }
div.DivClassName
{
background-color: #468366;
}
.BgClassName
{
background-color: #468366;
}
</style>
border-color css
<style>
span { border-color: #468366; }
span { border-color: rgb(70,131,102); }
td.TdClassName
{
border-color: #468366;
}
.TagClassName
{
border-color: #468366;
}
</style>