Shades of Viridian Green #475E55
Tints of Viridian Green #475E55
RGB
CMYK
RGB Variations
Color information
#475E55 (or 0x475E55) is known color: Viridian Green. HEX triplet: 47, 5E and 55. RGB value is (71,94,85). Sum of RGB (Red+Green+Blue) = 71+94+85=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 94 - color contains mainly: green. Hex color #475E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E55 is #B8A1AA. Grayscale: #565656. Windows color (decimal): -12100011 or 5594695. OLE color: 5594695.
HSL color Cylindrical-coordinate representation of color #475E55: hue angle of 156.52º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475E55 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 94 | 85 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.63 |
| HSL | 156.52º | 0.14% | 0.32% | - |
| HSV(B) | 156.52º | 0.24% | 0.37% | - |
| XYZ | 8.24 | 10 | 10.09 | - |
| YUV | 86.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 85 | 0.24 | 0 | 0.10 | 0.63 | 156.52 | 0.14 | 0.32 |
| Hex | 47 | 5E | 55 | 18 | 0 | A | 3F | 9D | E | 20 |
| Octal | 107 | 136 | 125 | 30 | 0 | 12 | 77 | 235 | 16 | 40 |
| Binary | 1000111 | 1011110 | 1010101 | 11000 | 0 | 1010 | 111111 | 10011101 | 1110 | 100000 |
Color Harmonies of #475E55
Complementary color
Monochromatic Colors of #475E55
Black with #475E55
Text Example
Text Example
White with #475E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E55; }
p { color: rgb(71,94,85); }
H1.HeaderClassName
{
color: #475E55;
}
.AnyTagClassName
{
color: #475E55;
}
</style>
background-color css
<style>
a { background-color: #475E55; }
a { background-color: rgb(71,94,85); }
div.DivClassName
{
background-color: #475E55;
}
.BgClassName
{
background-color: #475E55;
}
</style>
border-color css
<style>
span { border-color: #475E55; }
span { border-color: rgb(71,94,85); }
td.TdClassName
{
border-color: #475E55;
}
.TagClassName
{
border-color: #475E55;
}
</style>