Shades of Viridian #47896D
Tints of Viridian #47896D
RGB
CMYK
RGB Variations
Color information
#47896D (or 0x47896D) is known color: Viridian. HEX triplet: 47, 89 and 6D. RGB value is (71,137,109). Sum of RGB (Red+Green+Blue) = 71+137+109=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #47896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47896D is #B87692. Grayscale: #727272. Windows color (decimal): -12088979 or 7178567. OLE color: 7178567.
HSL color Cylindrical-coordinate representation of color #47896D: hue angle of 154.55º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47896D is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 137 | 109 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.46 |
| HSL | 154.55º | 0.32% | 0.41% | - |
| HSV(B) | 154.55º | 0.48% | 0.54% | - |
| XYZ | 14.3 | 20.34 | 17.64 | - |
| YUV | 114.07 | 125.13 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 109 | 0.48 | 0 | 0.20 | 0.46 | 154.55 | 0.32 | 0.41 |
| Hex | 47 | 89 | 6D | 30 | 0 | 14 | 2E | 9B | 20 | 29 |
| Octal | 107 | 211 | 155 | 60 | 0 | 24 | 56 | 233 | 40 | 51 |
| Binary | 1000111 | 10001001 | 1101101 | 110000 | 0 | 10100 | 101110 | 10011011 | 100000 | 101001 |
Color Harmonies of #47896D
Complementary color
Monochromatic Colors of #47896D
Black with #47896D
Text Example
Text Example
White with #47896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47896D; }
p { color: rgb(71,137,109); }
H1.HeaderClassName
{
color: #47896D;
}
.AnyTagClassName
{
color: #47896D;
}
</style>
background-color css
<style>
a { background-color: #47896D; }
a { background-color: rgb(71,137,109); }
div.DivClassName
{
background-color: #47896D;
}
.BgClassName
{
background-color: #47896D;
}
</style>
border-color css
<style>
span { border-color: #47896D; }
span { border-color: rgb(71,137,109); }
td.TdClassName
{
border-color: #47896D;
}
.TagClassName
{
border-color: #47896D;
}
</style>