Shades of Viridian #47936D
Tints of Viridian #47936D
RGB
CMYK
RGB Variations
Color information
#47936D (or 0x47936D) is known color: Viridian. HEX triplet: 47, 93 and 6D. RGB value is (71,147,109). Sum of RGB (Red+Green+Blue) = 71+147+109=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #47936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47936D is #B86C92. Grayscale: #787878. Windows color (decimal): -12086419 or 7181127. OLE color: 7181127.
HSL color Cylindrical-coordinate representation of color #47936D: hue angle of 150º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47936D is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 147 | 109 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.42 |
| HSL | 150º | 0.35% | 0.43% | - |
| HSV(B) | 150º | 0.52% | 0.58% | - |
| XYZ | 15.79 | 23.31 | 18.14 | - |
| YUV | 119.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 109 | 0.52 | 0 | 0.26 | 0.42 | 150 | 0.35 | 0.43 |
| Hex | 47 | 93 | 6D | 34 | 0 | 1A | 2A | 96 | 23 | 2B |
| Octal | 107 | 223 | 155 | 64 | 0 | 32 | 52 | 226 | 43 | 53 |
| Binary | 1000111 | 10010011 | 1101101 | 110100 | 0 | 11010 | 101010 | 10010110 | 100011 | 101011 |
Color Harmonies of #47936D
Complementary color
Monochromatic Colors of #47936D
Black with #47936D
Text Example
Text Example
White with #47936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47936D; }
p { color: rgb(71,147,109); }
H1.HeaderClassName
{
color: #47936D;
}
.AnyTagClassName
{
color: #47936D;
}
</style>
background-color css
<style>
a { background-color: #47936D; }
a { background-color: rgb(71,147,109); }
div.DivClassName
{
background-color: #47936D;
}
.BgClassName
{
background-color: #47936D;
}
</style>
border-color css
<style>
span { border-color: #47936D; }
span { border-color: rgb(71,147,109); }
td.TdClassName
{
border-color: #47936D;
}
.TagClassName
{
border-color: #47936D;
}
</style>