Shades of Viridian #47846C
Tints of Viridian #47846C
RGB
CMYK
RGB Variations
Color information
#47846C (or 0x47846C) is known color: Viridian. HEX triplet: 47, 84 and 6C. RGB value is (71,132,108). Sum of RGB (Red+Green+Blue) = 71+132+108=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #47846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47846C is #B87B93. Grayscale: #6F6F6F. Windows color (decimal): -12090260 or 7111751. OLE color: 7111751.
HSL color Cylindrical-coordinate representation of color #47846C: hue angle of 156.39º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47846C is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 132 | 108 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.48 |
| HSL | 156.39º | 0.3% | 0.4% | - |
| HSV(B) | 156.39º | 0.46% | 0.52% | - |
| XYZ | 13.56 | 18.92 | 17.13 | - |
| YUV | 111.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 132 | 108 | 0.46 | 0 | 0.18 | 0.48 | 156.39 | 0.3 | 0.4 |
| Hex | 47 | 84 | 6C | 2E | 0 | 12 | 30 | 9C | 1E | 28 |
| Octal | 107 | 204 | 154 | 56 | 0 | 22 | 60 | 234 | 36 | 50 |
| Binary | 1000111 | 10000100 | 1101100 | 101110 | 0 | 10010 | 110000 | 10011100 | 11110 | 101000 |
Color Harmonies of #47846C
Complementary color
Monochromatic Colors of #47846C
Black with #47846C
Text Example
Text Example
White with #47846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47846C; }
p { color: rgb(71,132,108); }
H1.HeaderClassName
{
color: #47846C;
}
.AnyTagClassName
{
color: #47846C;
}
</style>
background-color css
<style>
a { background-color: #47846C; }
a { background-color: rgb(71,132,108); }
div.DivClassName
{
background-color: #47846C;
}
.BgClassName
{
background-color: #47846C;
}
</style>
border-color css
<style>
span { border-color: #47846C; }
span { border-color: rgb(71,132,108); }
td.TdClassName
{
border-color: #47846C;
}
.TagClassName
{
border-color: #47846C;
}
</style>