Shades of Viridian #478C6F
Tints of Viridian #478C6F
RGB
CMYK
RGB Variations
Color information
#478C6F (or 0x478C6F) is known color: Viridian. HEX triplet: 47, 8C and 6F. RGB value is (71,140,111). Sum of RGB (Red+Green+Blue) = 71+140+111=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #478C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478C6F is #B87390. Grayscale: #747474. Windows color (decimal): -12088209 or 7310407. OLE color: 7310407.
HSL color Cylindrical-coordinate representation of color #478C6F: hue angle of 154.78º 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 #478C6F is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 140 | 111 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.45 |
| HSL | 154.78º | 0.33% | 0.41% | - |
| HSV(B) | 154.78º | 0.49% | 0.55% | - |
| XYZ | 14.85 | 21.24 | 18.36 | - |
| YUV | 116.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 111 | 0.49 | 0 | 0.21 | 0.45 | 154.78 | 0.33 | 0.41 |
| Hex | 47 | 8C | 6F | 31 | 0 | 15 | 2D | 9B | 21 | 29 |
| Octal | 107 | 214 | 157 | 61 | 0 | 25 | 55 | 233 | 41 | 51 |
| Binary | 1000111 | 10001100 | 1101111 | 110001 | 0 | 10101 | 101101 | 10011011 | 100001 | 101001 |
Color Harmonies of #478C6F
Complementary color
Monochromatic Colors of #478C6F
Black with #478C6F
Text Example
Text Example
White with #478C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C6F; }
p { color: rgb(71,140,111); }
H1.HeaderClassName
{
color: #478C6F;
}
.AnyTagClassName
{
color: #478C6F;
}
</style>
background-color css
<style>
a { background-color: #478C6F; }
a { background-color: rgb(71,140,111); }
div.DivClassName
{
background-color: #478C6F;
}
.BgClassName
{
background-color: #478C6F;
}
</style>
border-color css
<style>
span { border-color: #478C6F; }
span { border-color: rgb(71,140,111); }
td.TdClassName
{
border-color: #478C6F;
}
.TagClassName
{
border-color: #478C6F;
}
</style>