Shades of Viridian #478F72
Tints of Viridian #478F72
RGB
CMYK
RGB Variations
Color information
#478F72 (or 0x478F72) is known color: Viridian. HEX triplet: 47, 8F and 72. RGB value is (71,143,114). Sum of RGB (Red+Green+Blue) = 71+143+114=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 143 - color contains mainly: green. Hex color #478F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478F72 is #B8708D. Grayscale: #767676. Windows color (decimal): -12087438 or 7507783. OLE color: 7507783.
HSL color Cylindrical-coordinate representation of color #478F72: hue angle of 155.83º 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 #478F72 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 143 | 114 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.44 |
| HSL | 155.83º | 0.34% | 0.42% | - |
| HSV(B) | 155.83º | 0.5% | 0.56% | - |
| XYZ | 15.46 | 22.2 | 19.39 | - |
| YUV | 118.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 114 | 0.50 | 0 | 0.20 | 0.44 | 155.83 | 0.34 | 0.42 |
| Hex | 47 | 8F | 72 | 32 | 0 | 14 | 2C | 9C | 22 | 2A |
| Octal | 107 | 217 | 162 | 62 | 0 | 24 | 54 | 234 | 42 | 52 |
| Binary | 1000111 | 10001111 | 1110010 | 110010 | 0 | 10100 | 101100 | 10011100 | 100010 | 101010 |
Color Harmonies of #478F72
Complementary color
Monochromatic Colors of #478F72
Black with #478F72
Text Example
Text Example
White with #478F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478F72; }
p { color: rgb(71,143,114); }
H1.HeaderClassName
{
color: #478F72;
}
.AnyTagClassName
{
color: #478F72;
}
</style>
background-color css
<style>
a { background-color: #478F72; }
a { background-color: rgb(71,143,114); }
div.DivClassName
{
background-color: #478F72;
}
.BgClassName
{
background-color: #478F72;
}
</style>
border-color css
<style>
span { border-color: #478F72; }
span { border-color: rgb(71,143,114); }
td.TdClassName
{
border-color: #478F72;
}
.TagClassName
{
border-color: #478F72;
}
</style>