Shades of Viridian #478971
Tints of Viridian #478971
RGB
CMYK
RGB Variations
Color information
#478971 (or 0x478971) is known color: Viridian. HEX triplet: 47, 89 and 71. RGB value is (71,137,113). Sum of RGB (Red+Green+Blue) = 71+137+113=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #478971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478971 is #B8768E. Grayscale: #727272. Windows color (decimal): -12088975 or 7440711. OLE color: 7440711.
HSL color Cylindrical-coordinate representation of color #478971: hue angle of 158.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #478971 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 137 | 113 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.46 |
| HSL | 158.18º | 0.32% | 0.41% | - |
| HSV(B) | 158.18º | 0.48% | 0.54% | - |
| XYZ | 14.52 | 20.42 | 18.8 | - |
| YUV | 114.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 113 | 0.48 | 0 | 0.18 | 0.46 | 158.18 | 0.32 | 0.41 |
| Hex | 47 | 89 | 71 | 30 | 0 | 12 | 2E | 9E | 20 | 29 |
| Octal | 107 | 211 | 161 | 60 | 0 | 22 | 56 | 236 | 40 | 51 |
| Binary | 1000111 | 10001001 | 1110001 | 110000 | 0 | 10010 | 101110 | 10011110 | 100000 | 101001 |
Color Harmonies of #478971
Complementary color
Monochromatic Colors of #478971
Black with #478971
Text Example
Text Example
White with #478971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478971; }
p { color: rgb(71,137,113); }
H1.HeaderClassName
{
color: #478971;
}
.AnyTagClassName
{
color: #478971;
}
</style>
background-color css
<style>
a { background-color: #478971; }
a { background-color: rgb(71,137,113); }
div.DivClassName
{
background-color: #478971;
}
.BgClassName
{
background-color: #478971;
}
</style>
border-color css
<style>
span { border-color: #478971; }
span { border-color: rgb(71,137,113); }
td.TdClassName
{
border-color: #478971;
}
.TagClassName
{
border-color: #478971;
}
</style>