Shades of Viridian #477763
Tints of Viridian #477763
RGB
CMYK
RGB Variations
Color information
#477763 (or 0x477763) is known color: Viridian. HEX triplet: 47, 77 and 63. RGB value is (71,119,99). Sum of RGB (Red+Green+Blue) = 71+119+99=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #477763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477763 is #B8889C. Grayscale: #666666. Windows color (decimal): -12093597 or 6518599. OLE color: 6518599.
HSL color Cylindrical-coordinate representation of color #477763: hue angle of 155º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477763 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 119 | 99 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.53 |
| HSL | 155º | 0.25% | 0.37% | - |
| HSV(B) | 155º | 0.4% | 0.47% | - |
| XYZ | 11.45 | 15.43 | 14.18 | - |
| YUV | 102.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 99 | 0.40 | 0 | 0.17 | 0.53 | 155 | 0.25 | 0.37 |
| Hex | 47 | 77 | 63 | 28 | 0 | 11 | 35 | 9B | 19 | 25 |
| Octal | 107 | 167 | 143 | 50 | 0 | 21 | 65 | 233 | 31 | 45 |
| Binary | 1000111 | 1110111 | 1100011 | 101000 | 0 | 10001 | 110101 | 10011011 | 11001 | 100101 |
Color Harmonies of #477763
Complementary color
Monochromatic Colors of #477763
Black with #477763
Text Example
Text Example
White with #477763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477763; }
p { color: rgb(71,119,99); }
H1.HeaderClassName
{
color: #477763;
}
.AnyTagClassName
{
color: #477763;
}
</style>
background-color css
<style>
a { background-color: #477763; }
a { background-color: rgb(71,119,99); }
div.DivClassName
{
background-color: #477763;
}
.BgClassName
{
background-color: #477763;
}
</style>
border-color css
<style>
span { border-color: #477763; }
span { border-color: rgb(71,119,99); }
td.TdClassName
{
border-color: #477763;
}
.TagClassName
{
border-color: #477763;
}
</style>