Shades of Viridian #478C73
Tints of Viridian #478C73
RGB
CMYK
RGB Variations
Color information
#478C73 (or 0x478C73) is known color: Viridian. HEX triplet: 47, 8C and 73. RGB value is (71,140,115). Sum of RGB (Red+Green+Blue) = 71+140+115=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #478C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478C73 is #B8738C. Grayscale: #747474. Windows color (decimal): -12088205 or 7572551. OLE color: 7572551.
HSL color Cylindrical-coordinate representation of color #478C73: hue angle of 158.26º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478C73 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 140 | 115 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.45 |
| HSL | 158.26º | 0.33% | 0.41% | - |
| HSV(B) | 158.26º | 0.49% | 0.55% | - |
| XYZ | 15.07 | 21.33 | 19.54 | - |
| YUV | 116.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 115 | 0.49 | 0 | 0.18 | 0.45 | 158.26 | 0.33 | 0.41 |
| Hex | 47 | 8C | 73 | 31 | 0 | 12 | 2D | 9E | 21 | 29 |
| Octal | 107 | 214 | 163 | 61 | 0 | 22 | 55 | 236 | 41 | 51 |
| Binary | 1000111 | 10001100 | 1110011 | 110001 | 0 | 10010 | 101101 | 10011110 | 100001 | 101001 |
Color Harmonies of #478C73
Complementary color
Monochromatic Colors of #478C73
Black with #478C73
Text Example
Text Example
White with #478C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C73; }
p { color: rgb(71,140,115); }
H1.HeaderClassName
{
color: #478C73;
}
.AnyTagClassName
{
color: #478C73;
}
</style>
background-color css
<style>
a { background-color: #478C73; }
a { background-color: rgb(71,140,115); }
div.DivClassName
{
background-color: #478C73;
}
.BgClassName
{
background-color: #478C73;
}
</style>
border-color css
<style>
span { border-color: #478C73; }
span { border-color: rgb(71,140,115); }
td.TdClassName
{
border-color: #478C73;
}
.TagClassName
{
border-color: #478C73;
}
</style>