Shades of Viridian #47886A
Tints of Viridian #47886A
RGB
CMYK
RGB Variations
Color information
#47886A (or 0x47886A) is known color: Viridian. HEX triplet: 47, 88 and 6A. RGB value is (71,136,106). Sum of RGB (Red+Green+Blue) = 71+136+106=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #47886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47886A is #B87795. Grayscale: #717171. Windows color (decimal): -12089238 or 6981703. OLE color: 6981703.
HSL color Cylindrical-coordinate representation of color #47886A: hue angle of 152.31º 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 #47886A is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 136 | 106 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.47 |
| HSL | 152.31º | 0.31% | 0.41% | - |
| HSV(B) | 152.31º | 0.48% | 0.53% | - |
| XYZ | 14 | 19.99 | 16.76 | - |
| YUV | 113.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 106 | 0.48 | 0 | 0.22 | 0.47 | 152.31 | 0.31 | 0.41 |
| Hex | 47 | 88 | 6A | 30 | 0 | 16 | 2F | 98 | 1F | 29 |
| Octal | 107 | 210 | 152 | 60 | 0 | 26 | 57 | 230 | 37 | 51 |
| Binary | 1000111 | 10001000 | 1101010 | 110000 | 0 | 10110 | 101111 | 10011000 | 11111 | 101001 |
Color Harmonies of #47886A
Complementary color
Monochromatic Colors of #47886A
Black with #47886A
Text Example
Text Example
White with #47886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47886A; }
p { color: rgb(71,136,106); }
H1.HeaderClassName
{
color: #47886A;
}
.AnyTagClassName
{
color: #47886A;
}
</style>
background-color css
<style>
a { background-color: #47886A; }
a { background-color: rgb(71,136,106); }
div.DivClassName
{
background-color: #47886A;
}
.BgClassName
{
background-color: #47886A;
}
</style>
border-color css
<style>
span { border-color: #47886A; }
span { border-color: rgb(71,136,106); }
td.TdClassName
{
border-color: #47886A;
}
.TagClassName
{
border-color: #47886A;
}
</style>