Shades of Viridian #478371
Tints of Viridian #478371
RGB
CMYK
RGB Variations
Color information
#478371 (or 0x478371) is known color: Viridian. HEX triplet: 47, 83 and 71. RGB value is (71,131,113). Sum of RGB (Red+Green+Blue) = 71+131+113=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #478371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478371 is #B87C8E. Grayscale: #6F6F6F. Windows color (decimal): -12090511 or 7439175. OLE color: 7439175.
HSL color Cylindrical-coordinate representation of color #478371: hue angle of 162º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478371 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 131 | 113 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.49 |
| HSL | 162º | 0.3% | 0.4% | - |
| HSV(B) | 162º | 0.46% | 0.51% | - |
| XYZ | 13.7 | 18.76 | 18.52 | - |
| YUV | 111.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 113 | 0.46 | 0 | 0.14 | 0.49 | 162 | 0.3 | 0.4 |
| Hex | 47 | 83 | 71 | 2E | 0 | E | 31 | A2 | 1E | 28 |
| Octal | 107 | 203 | 161 | 56 | 0 | 16 | 61 | 242 | 36 | 50 |
| Binary | 1000111 | 10000011 | 1110001 | 101110 | 0 | 1110 | 110001 | 10100010 | 11110 | 101000 |
Color Harmonies of #478371
Complementary color
Monochromatic Colors of #478371
Black with #478371
Text Example
Text Example
White with #478371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478371; }
p { color: rgb(71,131,113); }
H1.HeaderClassName
{
color: #478371;
}
.AnyTagClassName
{
color: #478371;
}
</style>
background-color css
<style>
a { background-color: #478371; }
a { background-color: rgb(71,131,113); }
div.DivClassName
{
background-color: #478371;
}
.BgClassName
{
background-color: #478371;
}
</style>
border-color css
<style>
span { border-color: #478371; }
span { border-color: rgb(71,131,113); }
td.TdClassName
{
border-color: #478371;
}
.TagClassName
{
border-color: #478371;
}
</style>