Shades of Viridian #47916B
Tints of Viridian #47916B
RGB
CMYK
RGB Variations
Color information
#47916B (or 0x47916B) is known color: Viridian. HEX triplet: 47, 91 and 6B. RGB value is (71,145,107). Sum of RGB (Red+Green+Blue) = 71+145+107=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #47916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47916B is #B86E94. Grayscale: #767676. Windows color (decimal): -12086933 or 7049543. OLE color: 7049543.
HSL color Cylindrical-coordinate representation of color #47916B: hue angle of 149.19º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47916B is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 107 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.43 |
| HSL | 149.19º | 0.34% | 0.42% | - |
| HSV(B) | 149.19º | 0.51% | 0.57% | - |
| XYZ | 15.38 | 22.65 | 17.47 | - |
| YUV | 118.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 107 | 0.51 | 0 | 0.26 | 0.43 | 149.19 | 0.34 | 0.42 |
| Hex | 47 | 91 | 6B | 33 | 0 | 1A | 2B | 95 | 22 | 2A |
| Octal | 107 | 221 | 153 | 63 | 0 | 32 | 53 | 225 | 42 | 52 |
| Binary | 1000111 | 10010001 | 1101011 | 110011 | 0 | 11010 | 101011 | 10010101 | 100010 | 101010 |
Color Harmonies of #47916B
Complementary color
Monochromatic Colors of #47916B
Black with #47916B
Text Example
Text Example
White with #47916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47916B; }
p { color: rgb(71,145,107); }
H1.HeaderClassName
{
color: #47916B;
}
.AnyTagClassName
{
color: #47916B;
}
</style>
background-color css
<style>
a { background-color: #47916B; }
a { background-color: rgb(71,145,107); }
div.DivClassName
{
background-color: #47916B;
}
.BgClassName
{
background-color: #47916B;
}
</style>
border-color css
<style>
span { border-color: #47916B; }
span { border-color: rgb(71,145,107); }
td.TdClassName
{
border-color: #47916B;
}
.TagClassName
{
border-color: #47916B;
}
</style>