Shades of Viridian #477D69
Tints of Viridian #477D69
RGB
CMYK
RGB Variations
Color information
#477D69 (or 0x477D69) is known color: Viridian. HEX triplet: 47, 7D and 69. RGB value is (71,125,105). Sum of RGB (Red+Green+Blue) = 71+125+105=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #477D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D69 is #B88296. Grayscale: #6A6A6A. Windows color (decimal): -12092055 or 6913351. OLE color: 6913351.
HSL color Cylindrical-coordinate representation of color #477D69: hue angle of 157.78º degrees, saturation: 0.28, 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 #477D69 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 105 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.51 |
| HSL | 157.78º | 0.28% | 0.38% | - |
| HSV(B) | 157.78º | 0.43% | 0.49% | - |
| XYZ | 12.48 | 17.03 | 15.99 | - |
| YUV | 106.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 105 | 0.43 | 0 | 0.16 | 0.51 | 157.78 | 0.28 | 0.38 |
| Hex | 47 | 7D | 69 | 2B | 0 | 10 | 33 | 9E | 1C | 26 |
| Octal | 107 | 175 | 151 | 53 | 0 | 20 | 63 | 236 | 34 | 46 |
| Binary | 1000111 | 1111101 | 1101001 | 101011 | 0 | 10000 | 110011 | 10011110 | 11100 | 100110 |
Color Harmonies of #477D69
Complementary color
Monochromatic Colors of #477D69
Black with #477D69
Text Example
Text Example
White with #477D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D69; }
p { color: rgb(71,125,105); }
H1.HeaderClassName
{
color: #477D69;
}
.AnyTagClassName
{
color: #477D69;
}
</style>
background-color css
<style>
a { background-color: #477D69; }
a { background-color: rgb(71,125,105); }
div.DivClassName
{
background-color: #477D69;
}
.BgClassName
{
background-color: #477D69;
}
</style>
border-color css
<style>
span { border-color: #477D69; }
span { border-color: rgb(71,125,105); }
td.TdClassName
{
border-color: #477D69;
}
.TagClassName
{
border-color: #477D69;
}
</style>