Shades of Viridian #47886C
Tints of Viridian #47886C
RGB
CMYK
RGB Variations
Color information
#47886C (or 0x47886C) is known color: Viridian. HEX triplet: 47, 88 and 6C. RGB value is (71,136,108). Sum of RGB (Red+Green+Blue) = 71+136+108=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #47886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47886C is #B87793. Grayscale: #717171. Windows color (decimal): -12089236 or 7112775. OLE color: 7112775.
HSL color Cylindrical-coordinate representation of color #47886C: hue angle of 154.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47886C is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 136 | 108 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.47 |
| HSL | 154.15º | 0.31% | 0.41% | - |
| HSV(B) | 154.15º | 0.48% | 0.53% | - |
| XYZ | 14.11 | 20.03 | 17.31 | - |
| YUV | 113.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 108 | 0.48 | 0 | 0.21 | 0.47 | 154.15 | 0.31 | 0.41 |
| Hex | 47 | 88 | 6C | 30 | 0 | 15 | 2F | 9A | 1F | 29 |
| Octal | 107 | 210 | 154 | 60 | 0 | 25 | 57 | 232 | 37 | 51 |
| Binary | 1000111 | 10001000 | 1101100 | 110000 | 0 | 10101 | 101111 | 10011010 | 11111 | 101001 |
Color Harmonies of #47886C
Complementary color
Monochromatic Colors of #47886C
Black with #47886C
Text Example
Text Example
White with #47886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47886C; }
p { color: rgb(71,136,108); }
H1.HeaderClassName
{
color: #47886C;
}
.AnyTagClassName
{
color: #47886C;
}
</style>
background-color css
<style>
a { background-color: #47886C; }
a { background-color: rgb(71,136,108); }
div.DivClassName
{
background-color: #47886C;
}
.BgClassName
{
background-color: #47886C;
}
</style>
border-color css
<style>
span { border-color: #47886C; }
span { border-color: rgb(71,136,108); }
td.TdClassName
{
border-color: #47886C;
}
.TagClassName
{
border-color: #47886C;
}
</style>