Shades of Viridian #478D77
Tints of Viridian #478D77
RGB
CMYK
RGB Variations
Color information
#478D77 (or 0x478D77) is known color: Viridian. HEX triplet: 47, 8D and 77. RGB value is (71,141,119). Sum of RGB (Red+Green+Blue) = 71+141+119=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #478D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D77 is #B87288. Grayscale: #757575. Windows color (decimal): -12087945 or 7834951. OLE color: 7834951.
HSL color Cylindrical-coordinate representation of color #478D77: hue angle of 161.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D77 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 141 | 119 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.45 |
| HSL | 161.14º | 0.33% | 0.42% | - |
| HSV(B) | 161.14º | 0.5% | 0.55% | - |
| XYZ | 15.45 | 21.72 | 20.83 | - |
| YUV | 117.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 119 | 0.50 | 0 | 0.16 | 0.45 | 161.14 | 0.33 | 0.42 |
| Hex | 47 | 8D | 77 | 32 | 0 | 10 | 2D | A1 | 21 | 2A |
| Octal | 107 | 215 | 167 | 62 | 0 | 20 | 55 | 241 | 41 | 52 |
| Binary | 1000111 | 10001101 | 1110111 | 110010 | 0 | 10000 | 101101 | 10100001 | 100001 | 101010 |
Color Harmonies of #478D77
Complementary color
Monochromatic Colors of #478D77
Black with #478D77
Text Example
Text Example
White with #478D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478D77; }
p { color: rgb(71,141,119); }
H1.HeaderClassName
{
color: #478D77;
}
.AnyTagClassName
{
color: #478D77;
}
</style>
background-color css
<style>
a { background-color: #478D77; }
a { background-color: rgb(71,141,119); }
div.DivClassName
{
background-color: #478D77;
}
.BgClassName
{
background-color: #478D77;
}
</style>
border-color css
<style>
span { border-color: #478D77; }
span { border-color: rgb(71,141,119); }
td.TdClassName
{
border-color: #478D77;
}
.TagClassName
{
border-color: #478D77;
}
</style>