Shades of Viridian #477D6A
Tints of Viridian #477D6A
RGB
CMYK
RGB Variations
Color information
#477D6A (or 0x477D6A) is known color: Viridian. HEX triplet: 47, 7D and 6A. RGB value is (71,125,106). Sum of RGB (Red+Green+Blue) = 71+125+106=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 125 - color contains mainly: green. Hex color #477D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D6A is #B88295. Grayscale: #6A6A6A. Windows color (decimal): -12092054 or 6978887. OLE color: 6978887.
HSL color Cylindrical-coordinate representation of color #477D6A: hue angle of 158.89º 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 #477D6A is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 106 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.51 |
| HSL | 158.89º | 0.28% | 0.38% | - |
| HSV(B) | 158.89º | 0.43% | 0.49% | - |
| XYZ | 12.53 | 17.05 | 16.27 | - |
| YUV | 106.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 106 | 0.43 | 0 | 0.15 | 0.51 | 158.89 | 0.28 | 0.38 |
| Hex | 47 | 7D | 6A | 2B | 0 | F | 33 | 9F | 1C | 26 |
| Octal | 107 | 175 | 152 | 53 | 0 | 17 | 63 | 237 | 34 | 46 |
| Binary | 1000111 | 1111101 | 1101010 | 101011 | 0 | 1111 | 110011 | 10011111 | 11100 | 100110 |
Color Harmonies of #477D6A
Complementary color
Monochromatic Colors of #477D6A
Black with #477D6A
Text Example
Text Example
White with #477D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D6A; }
p { color: rgb(71,125,106); }
H1.HeaderClassName
{
color: #477D6A;
}
.AnyTagClassName
{
color: #477D6A;
}
</style>
background-color css
<style>
a { background-color: #477D6A; }
a { background-color: rgb(71,125,106); }
div.DivClassName
{
background-color: #477D6A;
}
.BgClassName
{
background-color: #477D6A;
}
</style>
border-color css
<style>
span { border-color: #477D6A; }
span { border-color: rgb(71,125,106); }
td.TdClassName
{
border-color: #477D6A;
}
.TagClassName
{
border-color: #477D6A;
}
</style>