Shades of Viridian #477C6D
Tints of Viridian #477C6D
RGB
CMYK
RGB Variations
Color information
#477C6D (or 0x477C6D) is known color: Viridian. HEX triplet: 47, 7C and 6D. RGB value is (71,124,109). Sum of RGB (Red+Green+Blue) = 71+124+109=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #477C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C6D is #B88392. Grayscale: #6A6A6A. Windows color (decimal): -12092307 or 7175239. OLE color: 7175239.
HSL color Cylindrical-coordinate representation of color #477C6D: hue angle of 163.02º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477C6D is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 109 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.51 |
| HSL | 163.02º | 0.27% | 0.38% | - |
| HSV(B) | 163.02º | 0.43% | 0.49% | - |
| XYZ | 12.57 | 16.86 | 17.06 | - |
| YUV | 106.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 109 | 0.43 | 0 | 0.12 | 0.51 | 163.02 | 0.27 | 0.38 |
| Hex | 47 | 7C | 6D | 2B | 0 | C | 33 | A3 | 1B | 26 |
| Octal | 107 | 174 | 155 | 53 | 0 | 14 | 63 | 243 | 33 | 46 |
| Binary | 1000111 | 1111100 | 1101101 | 101011 | 0 | 1100 | 110011 | 10100011 | 11011 | 100110 |
Color Harmonies of #477C6D
Complementary color
Monochromatic Colors of #477C6D
Black with #477C6D
Text Example
Text Example
White with #477C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C6D; }
p { color: rgb(71,124,109); }
H1.HeaderClassName
{
color: #477C6D;
}
.AnyTagClassName
{
color: #477C6D;
}
</style>
background-color css
<style>
a { background-color: #477C6D; }
a { background-color: rgb(71,124,109); }
div.DivClassName
{
background-color: #477C6D;
}
.BgClassName
{
background-color: #477C6D;
}
</style>
border-color css
<style>
span { border-color: #477C6D; }
span { border-color: rgb(71,124,109); }
td.TdClassName
{
border-color: #477C6D;
}
.TagClassName
{
border-color: #477C6D;
}
</style>