Shades of Viridian #477C69
Tints of Viridian #477C69
RGB
CMYK
RGB Variations
Color information
#477C69 (or 0x477C69) is known color: Viridian. HEX triplet: 47, 7C and 69. RGB value is (71,124,105). Sum of RGB (Red+Green+Blue) = 71+124+105=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #477C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C69 is #B88396. Grayscale: #6A6A6A. Windows color (decimal): -12092311 or 6913095. OLE color: 6913095.
HSL color Cylindrical-coordinate representation of color #477C69: hue angle of 158.49º 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 #477C69 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 105 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.51 |
| HSL | 158.49º | 0.27% | 0.38% | - |
| HSV(B) | 158.49º | 0.43% | 0.49% | - |
| XYZ | 12.36 | 16.77 | 15.95 | - |
| YUV | 105.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 105 | 0.43 | 0 | 0.15 | 0.51 | 158.49 | 0.27 | 0.38 |
| Hex | 47 | 7C | 69 | 2B | 0 | F | 33 | 9E | 1B | 26 |
| Octal | 107 | 174 | 151 | 53 | 0 | 17 | 63 | 236 | 33 | 46 |
| Binary | 1000111 | 1111100 | 1101001 | 101011 | 0 | 1111 | 110011 | 10011110 | 11011 | 100110 |
Color Harmonies of #477C69
Complementary color
Monochromatic Colors of #477C69
Black with #477C69
Text Example
Text Example
White with #477C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C69; }
p { color: rgb(71,124,105); }
H1.HeaderClassName
{
color: #477C69;
}
.AnyTagClassName
{
color: #477C69;
}
</style>
background-color css
<style>
a { background-color: #477C69; }
a { background-color: rgb(71,124,105); }
div.DivClassName
{
background-color: #477C69;
}
.BgClassName
{
background-color: #477C69;
}
</style>
border-color css
<style>
span { border-color: #477C69; }
span { border-color: rgb(71,124,105); }
td.TdClassName
{
border-color: #477C69;
}
.TagClassName
{
border-color: #477C69;
}
</style>