Shades of Viridian #47906A
Tints of Viridian #47906A
RGB
CMYK
RGB Variations
Color information
#47906A (or 0x47906A) is known color: Viridian. HEX triplet: 47, 90 and 6A. RGB value is (71,144,106). Sum of RGB (Red+Green+Blue) = 71+144+106=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #47906A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47906A is #B86F95. Grayscale: #757575. Windows color (decimal): -12087190 or 6983751. OLE color: 6983751.
HSL color Cylindrical-coordinate representation of color #47906A: hue angle of 148.77º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47906A is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 106 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.44 |
| HSL | 148.77º | 0.34% | 0.42% | - |
| HSV(B) | 148.77º | 0.51% | 0.56% | - |
| XYZ | 15.17 | 22.33 | 17.15 | - |
| YUV | 117.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 106 | 0.51 | 0 | 0.26 | 0.44 | 148.77 | 0.34 | 0.42 |
| Hex | 47 | 90 | 6A | 33 | 0 | 1A | 2C | 95 | 22 | 2A |
| Octal | 107 | 220 | 152 | 63 | 0 | 32 | 54 | 225 | 42 | 52 |
| Binary | 1000111 | 10010000 | 1101010 | 110011 | 0 | 11010 | 101100 | 10010101 | 100010 | 101010 |
Color Harmonies of #47906A
Complementary color
Monochromatic Colors of #47906A
Black with #47906A
Text Example
Text Example
White with #47906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47906A; }
p { color: rgb(71,144,106); }
H1.HeaderClassName
{
color: #47906A;
}
.AnyTagClassName
{
color: #47906A;
}
</style>
background-color css
<style>
a { background-color: #47906A; }
a { background-color: rgb(71,144,106); }
div.DivClassName
{
background-color: #47906A;
}
.BgClassName
{
background-color: #47906A;
}
</style>
border-color css
<style>
span { border-color: #47906A; }
span { border-color: rgb(71,144,106); }
td.TdClassName
{
border-color: #47906A;
}
.TagClassName
{
border-color: #47906A;
}
</style>