Shades of Viridian #477F66
Tints of Viridian #477F66
RGB
CMYK
RGB Variations
Color information
#477F66 (or 0x477F66) is known color: Viridian. HEX triplet: 47, 7F and 66. RGB value is (71,127,102). Sum of RGB (Red+Green+Blue) = 71+127+102=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #477F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F66 is #B88099. Grayscale: #6B6B6B. Windows color (decimal): -12091546 or 6717255. OLE color: 6717255.
HSL color Cylindrical-coordinate representation of color #477F66: hue angle of 153.21º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477F66 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 102 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.50 |
| HSL | 153.21º | 0.28% | 0.39% | - |
| HSV(B) | 153.21º | 0.44% | 0.5% | - |
| XYZ | 12.59 | 17.48 | 15.28 | - |
| YUV | 107.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 102 | 0.44 | 0 | 0.20 | 0.50 | 153.21 | 0.28 | 0.39 |
| Hex | 47 | 7F | 66 | 2C | 0 | 14 | 32 | 99 | 1C | 27 |
| Octal | 107 | 177 | 146 | 54 | 0 | 24 | 62 | 231 | 34 | 47 |
| Binary | 1000111 | 1111111 | 1100110 | 101100 | 0 | 10100 | 110010 | 10011001 | 11100 | 100111 |
Color Harmonies of #477F66
Complementary color
Monochromatic Colors of #477F66
Black with #477F66
Text Example
Text Example
White with #477F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F66; }
p { color: rgb(71,127,102); }
H1.HeaderClassName
{
color: #477F66;
}
.AnyTagClassName
{
color: #477F66;
}
</style>
background-color css
<style>
a { background-color: #477F66; }
a { background-color: rgb(71,127,102); }
div.DivClassName
{
background-color: #477F66;
}
.BgClassName
{
background-color: #477F66;
}
</style>
border-color css
<style>
span { border-color: #477F66; }
span { border-color: rgb(71,127,102); }
td.TdClassName
{
border-color: #477F66;
}
.TagClassName
{
border-color: #477F66;
}
</style>