Shades of Viridian Green #475D55
Tints of Viridian Green #475D55
RGB
CMYK
RGB Variations
Color information
#475D55 (or 0x475D55) is known color: Viridian Green. HEX triplet: 47, 5D and 55. RGB value is (71,93,85). Sum of RGB (Red+Green+Blue) = 71+93+85=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 93 - color contains mainly: green. Hex color #475D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D55 is #B8A2AA. Grayscale: #555555. Windows color (decimal): -12100267 or 5594439. OLE color: 5594439.
HSL color Cylindrical-coordinate representation of color #475D55: hue angle of 158.18º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475D55 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 93 | 85 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.64 |
| HSL | 158.18º | 0.13% | 0.32% | - |
| HSV(B) | 158.18º | 0.24% | 0.36% | - |
| XYZ | 8.15 | 9.82 | 10.06 | - |
| YUV | 85.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 85 | 0.24 | 0 | 0.09 | 0.64 | 158.18 | 0.13 | 0.32 |
| Hex | 47 | 5D | 55 | 18 | 0 | 9 | 40 | 9E | D | 20 |
| Octal | 107 | 135 | 125 | 30 | 0 | 11 | 100 | 236 | 15 | 40 |
| Binary | 1000111 | 1011101 | 1010101 | 11000 | 0 | 1001 | 1000000 | 10011110 | 1101 | 100000 |
Color Harmonies of #475D55
Complementary color
Monochromatic Colors of #475D55
Black with #475D55
Text Example
Text Example
White with #475D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D55; }
p { color: rgb(71,93,85); }
H1.HeaderClassName
{
color: #475D55;
}
.AnyTagClassName
{
color: #475D55;
}
</style>
background-color css
<style>
a { background-color: #475D55; }
a { background-color: rgb(71,93,85); }
div.DivClassName
{
background-color: #475D55;
}
.BgClassName
{
background-color: #475D55;
}
</style>
border-color css
<style>
span { border-color: #475D55; }
span { border-color: rgb(71,93,85); }
td.TdClassName
{
border-color: #475D55;
}
.TagClassName
{
border-color: #475D55;
}
</style>