Shades of Viridian #477E6D
Tints of Viridian #477E6D
RGB
CMYK
RGB Variations
Color information
#477E6D (or 0x477E6D) is known color: Viridian. HEX triplet: 47, 7E and 6D. RGB value is (71,126,109). Sum of RGB (Red+Green+Blue) = 71+126+109=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #477E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477E6D is #B88192. Grayscale: #6B6B6B. Windows color (decimal): -12091795 or 7175751. OLE color: 7175751.
HSL color Cylindrical-coordinate representation of color #477E6D: hue angle of 161.45º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477E6D is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 126 | 109 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.51 |
| HSL | 161.45º | 0.28% | 0.39% | - |
| HSV(B) | 161.45º | 0.44% | 0.49% | - |
| XYZ | 12.82 | 17.37 | 17.14 | - |
| YUV | 107.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 109 | 0.44 | 0 | 0.13 | 0.51 | 161.45 | 0.28 | 0.39 |
| Hex | 47 | 7E | 6D | 2C | 0 | D | 33 | A1 | 1C | 27 |
| Octal | 107 | 176 | 155 | 54 | 0 | 15 | 63 | 241 | 34 | 47 |
| Binary | 1000111 | 1111110 | 1101101 | 101100 | 0 | 1101 | 110011 | 10100001 | 11100 | 100111 |
Color Harmonies of #477E6D
Complementary color
Monochromatic Colors of #477E6D
Black with #477E6D
Text Example
Text Example
White with #477E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477E6D; }
p { color: rgb(71,126,109); }
H1.HeaderClassName
{
color: #477E6D;
}
.AnyTagClassName
{
color: #477E6D;
}
</style>
background-color css
<style>
a { background-color: #477E6D; }
a { background-color: rgb(71,126,109); }
div.DivClassName
{
background-color: #477E6D;
}
.BgClassName
{
background-color: #477E6D;
}
</style>
border-color css
<style>
span { border-color: #477E6D; }
span { border-color: rgb(71,126,109); }
td.TdClassName
{
border-color: #477E6D;
}
.TagClassName
{
border-color: #477E6D;
}
</style>