Shades of Viridian #477564
Tints of Viridian #477564
RGB
CMYK
RGB Variations
Color information
#477564 (or 0x477564) is known color: Viridian. HEX triplet: 47, 75 and 64. RGB value is (71,117,100). Sum of RGB (Red+Green+Blue) = 71+117+100=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #477564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477564 is #B88A9B. Grayscale: #656565. Windows color (decimal): -12094108 or 6583623. OLE color: 6583623.
HSL color Cylindrical-coordinate representation of color #477564: hue angle of 157.83º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477564 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 117 | 100 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.54 |
| HSL | 157.83º | 0.24% | 0.37% | - |
| HSV(B) | 157.83º | 0.39% | 0.46% | - |
| XYZ | 11.26 | 14.98 | 14.35 | - |
| YUV | 101.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 100 | 0.39 | 0 | 0.15 | 0.54 | 157.83 | 0.24 | 0.37 |
| Hex | 47 | 75 | 64 | 27 | 0 | F | 36 | 9E | 18 | 25 |
| Octal | 107 | 165 | 144 | 47 | 0 | 17 | 66 | 236 | 30 | 45 |
| Binary | 1000111 | 1110101 | 1100100 | 100111 | 0 | 1111 | 110110 | 10011110 | 11000 | 100101 |
Color Harmonies of #477564
Complementary color
Monochromatic Colors of #477564
Black with #477564
Text Example
Text Example
White with #477564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477564; }
p { color: rgb(71,117,100); }
H1.HeaderClassName
{
color: #477564;
}
.AnyTagClassName
{
color: #477564;
}
</style>
background-color css
<style>
a { background-color: #477564; }
a { background-color: rgb(71,117,100); }
div.DivClassName
{
background-color: #477564;
}
.BgClassName
{
background-color: #477564;
}
</style>
border-color css
<style>
span { border-color: #477564; }
span { border-color: rgb(71,117,100); }
td.TdClassName
{
border-color: #477564;
}
.TagClassName
{
border-color: #477564;
}
</style>