Shades of Viridian #467763
Tints of Viridian #467763
RGB
CMYK
RGB Variations
Color information
#467763 (or 0x467763) is known color: Viridian. HEX triplet: 46, 77 and 63. RGB value is (70,119,99). Sum of RGB (Red+Green+Blue) = 70+119+99=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #467763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467763 is #B9889C. Grayscale: #666666. Windows color (decimal): -12159133 or 6518598. OLE color: 6518598.
HSL color Cylindrical-coordinate representation of color #467763: hue angle of 155.51º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467763 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 119 | 99 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.53 |
| HSL | 155.51º | 0.26% | 0.37% | - |
| HSV(B) | 155.51º | 0.41% | 0.47% | - |
| XYZ | 11.37 | 15.4 | 14.18 | - |
| YUV | 102.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 99 | 0.41 | 0 | 0.17 | 0.53 | 155.51 | 0.26 | 0.37 |
| Hex | 46 | 77 | 63 | 29 | 0 | 11 | 35 | 9C | 1A | 25 |
| Octal | 106 | 167 | 143 | 51 | 0 | 21 | 65 | 234 | 32 | 45 |
| Binary | 1000110 | 1110111 | 1100011 | 101001 | 0 | 10001 | 110101 | 10011100 | 11010 | 100101 |
Color Harmonies of #467763
Complementary color
Monochromatic Colors of #467763
Black with #467763
Text Example
Text Example
White with #467763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467763; }
p { color: rgb(70,119,99); }
H1.HeaderClassName
{
color: #467763;
}
.AnyTagClassName
{
color: #467763;
}
</style>
background-color css
<style>
a { background-color: #467763; }
a { background-color: rgb(70,119,99); }
div.DivClassName
{
background-color: #467763;
}
.BgClassName
{
background-color: #467763;
}
</style>
border-color css
<style>
span { border-color: #467763; }
span { border-color: rgb(70,119,99); }
td.TdClassName
{
border-color: #467763;
}
.TagClassName
{
border-color: #467763;
}
</style>