Shades of Viridian #477C6B
Tints of Viridian #477C6B
RGB
CMYK
RGB Variations
Color information
#477C6B (or 0x477C6B) is known color: Viridian. HEX triplet: 47, 7C and 6B. RGB value is (71,124,107). Sum of RGB (Red+Green+Blue) = 71+124+107=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #477C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C6B is #B88394. Grayscale: #6A6A6A. Windows color (decimal): -12092309 or 7044167. OLE color: 7044167.
HSL color Cylindrical-coordinate representation of color #477C6B: hue angle of 160.75º 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 #477C6B is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 107 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.51 |
| HSL | 160.75º | 0.27% | 0.38% | - |
| HSV(B) | 160.75º | 0.43% | 0.49% | - |
| XYZ | 12.46 | 16.82 | 16.5 | - |
| YUV | 106.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 107 | 0.43 | 0 | 0.14 | 0.51 | 160.75 | 0.27 | 0.38 |
| Hex | 47 | 7C | 6B | 2B | 0 | E | 33 | A1 | 1B | 26 |
| Octal | 107 | 174 | 153 | 53 | 0 | 16 | 63 | 241 | 33 | 46 |
| Binary | 1000111 | 1111100 | 1101011 | 101011 | 0 | 1110 | 110011 | 10100001 | 11011 | 100110 |
Color Harmonies of #477C6B
Complementary color
Monochromatic Colors of #477C6B
Black with #477C6B
Text Example
Text Example
White with #477C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C6B; }
p { color: rgb(71,124,107); }
H1.HeaderClassName
{
color: #477C6B;
}
.AnyTagClassName
{
color: #477C6B;
}
</style>
background-color css
<style>
a { background-color: #477C6B; }
a { background-color: rgb(71,124,107); }
div.DivClassName
{
background-color: #477C6B;
}
.BgClassName
{
background-color: #477C6B;
}
</style>
border-color css
<style>
span { border-color: #477C6B; }
span { border-color: rgb(71,124,107); }
td.TdClassName
{
border-color: #477C6B;
}
.TagClassName
{
border-color: #477C6B;
}
</style>