Shades of Viridian #478F71
Tints of Viridian #478F71
RGB
CMYK
RGB Variations
Color information
#478F71 (or 0x478F71) is known color: Viridian. HEX triplet: 47, 8F and 71. RGB value is (71,143,113). Sum of RGB (Red+Green+Blue) = 71+143+113=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 143 - color contains mainly: green. Hex color #478F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478F71 is #B8708E. Grayscale: #767676. Windows color (decimal): -12087439 or 7442247. OLE color: 7442247.
HSL color Cylindrical-coordinate representation of color #478F71: hue angle of 155º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478F71 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 143 | 113 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.44 |
| HSL | 155º | 0.34% | 0.42% | - |
| HSV(B) | 155º | 0.5% | 0.56% | - |
| XYZ | 15.4 | 22.18 | 19.09 | - |
| YUV | 118.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 113 | 0.50 | 0 | 0.21 | 0.44 | 155 | 0.34 | 0.42 |
| Hex | 47 | 8F | 71 | 32 | 0 | 15 | 2C | 9B | 22 | 2A |
| Octal | 107 | 217 | 161 | 62 | 0 | 25 | 54 | 233 | 42 | 52 |
| Binary | 1000111 | 10001111 | 1110001 | 110010 | 0 | 10101 | 101100 | 10011011 | 100010 | 101010 |
Color Harmonies of #478F71
Complementary color
Monochromatic Colors of #478F71
Black with #478F71
Text Example
Text Example
White with #478F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478F71; }
p { color: rgb(71,143,113); }
H1.HeaderClassName
{
color: #478F71;
}
.AnyTagClassName
{
color: #478F71;
}
</style>
background-color css
<style>
a { background-color: #478F71; }
a { background-color: rgb(71,143,113); }
div.DivClassName
{
background-color: #478F71;
}
.BgClassName
{
background-color: #478F71;
}
</style>
border-color css
<style>
span { border-color: #478F71; }
span { border-color: rgb(71,143,113); }
td.TdClassName
{
border-color: #478F71;
}
.TagClassName
{
border-color: #478F71;
}
</style>