Shades of Viridian #477C66
Tints of Viridian #477C66
RGB
CMYK
RGB Variations
Color information
#477C66 (or 0x477C66) is known color: Viridian. HEX triplet: 47, 7C and 66. RGB value is (71,124,102). Sum of RGB (Red+Green+Blue) = 71+124+102=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #477C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C66 is #B88399. Grayscale: #696969. Windows color (decimal): -12092314 or 6716487. OLE color: 6716487.
HSL color Cylindrical-coordinate representation of color #477C66: hue angle of 155.09º 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 #477C66 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 102 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.51 |
| HSL | 155.09º | 0.27% | 0.38% | - |
| HSV(B) | 155.09º | 0.43% | 0.49% | - |
| XYZ | 12.2 | 16.71 | 15.15 | - |
| YUV | 105.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 102 | 0.43 | 0 | 0.18 | 0.51 | 155.09 | 0.27 | 0.38 |
| Hex | 47 | 7C | 66 | 2B | 0 | 12 | 33 | 9B | 1B | 26 |
| Octal | 107 | 174 | 146 | 53 | 0 | 22 | 63 | 233 | 33 | 46 |
| Binary | 1000111 | 1111100 | 1100110 | 101011 | 0 | 10010 | 110011 | 10011011 | 11011 | 100110 |
Color Harmonies of #477C66
Complementary color
Monochromatic Colors of #477C66
Black with #477C66
Text Example
Text Example
White with #477C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C66; }
p { color: rgb(71,124,102); }
H1.HeaderClassName
{
color: #477C66;
}
.AnyTagClassName
{
color: #477C66;
}
</style>
background-color css
<style>
a { background-color: #477C66; }
a { background-color: rgb(71,124,102); }
div.DivClassName
{
background-color: #477C66;
}
.BgClassName
{
background-color: #477C66;
}
</style>
border-color css
<style>
span { border-color: #477C66; }
span { border-color: rgb(71,124,102); }
td.TdClassName
{
border-color: #477C66;
}
.TagClassName
{
border-color: #477C66;
}
</style>