Shades of Viridian #478D6D
Tints of Viridian #478D6D
RGB
CMYK
RGB Variations
Color information
#478D6D (or 0x478D6D) is known color: Viridian. HEX triplet: 47, 8D and 6D. RGB value is (71,141,109). Sum of RGB (Red+Green+Blue) = 71+141+109=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #478D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D6D is #B87292. Grayscale: #747474. Windows color (decimal): -12087955 or 7179591. OLE color: 7179591.
HSL color Cylindrical-coordinate representation of color #478D6D: hue angle of 152.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D6D is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 141 | 109 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.45 |
| HSL | 152.57º | 0.33% | 0.42% | - |
| HSV(B) | 152.57º | 0.5% | 0.55% | - |
| XYZ | 14.88 | 21.49 | 17.83 | - |
| YUV | 116.42 | 123.81 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 109 | 0.50 | 0 | 0.23 | 0.45 | 152.57 | 0.33 | 0.42 |
| Hex | 47 | 8D | 6D | 32 | 0 | 17 | 2D | 99 | 21 | 2A |
| Octal | 107 | 215 | 155 | 62 | 0 | 27 | 55 | 231 | 41 | 52 |
| Binary | 1000111 | 10001101 | 1101101 | 110010 | 0 | 10111 | 101101 | 10011001 | 100001 | 101010 |
Color Harmonies of #478D6D
Complementary color
Monochromatic Colors of #478D6D
Black with #478D6D
Text Example
Text Example
White with #478D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478D6D; }
p { color: rgb(71,141,109); }
H1.HeaderClassName
{
color: #478D6D;
}
.AnyTagClassName
{
color: #478D6D;
}
</style>
background-color css
<style>
a { background-color: #478D6D; }
a { background-color: rgb(71,141,109); }
div.DivClassName
{
background-color: #478D6D;
}
.BgClassName
{
background-color: #478D6D;
}
</style>
border-color css
<style>
span { border-color: #478D6D; }
span { border-color: rgb(71,141,109); }
td.TdClassName
{
border-color: #478D6D;
}
.TagClassName
{
border-color: #478D6D;
}
</style>