Shades of Viridian #478C76
Tints of Viridian #478C76
RGB
CMYK
RGB Variations
Color information
#478C76 (or 0x478C76) is known color: Viridian. HEX triplet: 47, 8C and 76. RGB value is (71,140,118). Sum of RGB (Red+Green+Blue) = 71+140+118=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #478C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478C76 is #B87389. Grayscale: #747474. Windows color (decimal): -12088202 or 7769159. OLE color: 7769159.
HSL color Cylindrical-coordinate representation of color #478C76: hue angle of 160.87º 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 #478C76 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 140 | 118 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.45 |
| HSL | 160.87º | 0.33% | 0.41% | - |
| HSV(B) | 160.87º | 0.49% | 0.55% | - |
| XYZ | 15.25 | 21.4 | 20.47 | - |
| YUV | 116.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 118 | 0.49 | 0 | 0.16 | 0.45 | 160.87 | 0.33 | 0.41 |
| Hex | 47 | 8C | 76 | 31 | 0 | 10 | 2D | A1 | 21 | 29 |
| Octal | 107 | 214 | 166 | 61 | 0 | 20 | 55 | 241 | 41 | 51 |
| Binary | 1000111 | 10001100 | 1110110 | 110001 | 0 | 10000 | 101101 | 10100001 | 100001 | 101001 |
Color Harmonies of #478C76
Complementary color
Monochromatic Colors of #478C76
Black with #478C76
Text Example
Text Example
White with #478C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C76; }
p { color: rgb(71,140,118); }
H1.HeaderClassName
{
color: #478C76;
}
.AnyTagClassName
{
color: #478C76;
}
</style>
background-color css
<style>
a { background-color: #478C76; }
a { background-color: rgb(71,140,118); }
div.DivClassName
{
background-color: #478C76;
}
.BgClassName
{
background-color: #478C76;
}
</style>
border-color css
<style>
span { border-color: #478C76; }
span { border-color: rgb(71,140,118); }
td.TdClassName
{
border-color: #478C76;
}
.TagClassName
{
border-color: #478C76;
}
</style>