Shades of Viridian #478972
Tints of Viridian #478972
RGB
CMYK
RGB Variations
Color information
#478972 (or 0x478972) is known color: Viridian. HEX triplet: 47, 89 and 72. RGB value is (71,137,114). Sum of RGB (Red+Green+Blue) = 71+137+114=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #478972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478972 is #B8768D. Grayscale: #727272. Windows color (decimal): -12088974 or 7506247. OLE color: 7506247.
HSL color Cylindrical-coordinate representation of color #478972: hue angle of 159.09º 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 #478972 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 137 | 114 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.46 |
| HSL | 159.09º | 0.32% | 0.41% | - |
| HSV(B) | 159.09º | 0.48% | 0.54% | - |
| XYZ | 14.58 | 20.45 | 19.1 | - |
| YUV | 114.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 114 | 0.48 | 0 | 0.17 | 0.46 | 159.09 | 0.32 | 0.41 |
| Hex | 47 | 89 | 72 | 30 | 0 | 11 | 2E | 9F | 20 | 29 |
| Octal | 107 | 211 | 162 | 60 | 0 | 21 | 56 | 237 | 40 | 51 |
| Binary | 1000111 | 10001001 | 1110010 | 110000 | 0 | 10001 | 101110 | 10011111 | 100000 | 101001 |
Color Harmonies of #478972
Complementary color
Monochromatic Colors of #478972
Black with #478972
Text Example
Text Example
White with #478972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478972; }
p { color: rgb(71,137,114); }
H1.HeaderClassName
{
color: #478972;
}
.AnyTagClassName
{
color: #478972;
}
</style>
background-color css
<style>
a { background-color: #478972; }
a { background-color: rgb(71,137,114); }
div.DivClassName
{
background-color: #478972;
}
.BgClassName
{
background-color: #478972;
}
</style>
border-color css
<style>
span { border-color: #478972; }
span { border-color: rgb(71,137,114); }
td.TdClassName
{
border-color: #478972;
}
.TagClassName
{
border-color: #478972;
}
</style>