Shades of Viridian Green #475F55
Tints of Viridian Green #475F55
RGB
CMYK
RGB Variations
Color information
#475F55 (or 0x475F55) is known color: Viridian Green. HEX triplet: 47, 5F and 55. RGB value is (71,95,85). Sum of RGB (Red+Green+Blue) = 71+95+85=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 95 - color contains mainly: green. Hex color #475F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F55 is #B8A0AA. Grayscale: #565656. Windows color (decimal): -12099755 or 5594951. OLE color: 5594951.
HSL color Cylindrical-coordinate representation of color #475F55: hue angle of 155º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #475F55 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 95 | 85 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.63 |
| HSL | 155º | 0.14% | 0.33% | - |
| HSV(B) | 155º | 0.25% | 0.37% | - |
| XYZ | 8.33 | 10.18 | 10.12 | - |
| YUV | 86.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 85 | 0.25 | 0 | 0.11 | 0.63 | 155 | 0.14 | 0.33 |
| Hex | 47 | 5F | 55 | 19 | 0 | B | 3F | 9B | E | 21 |
| Octal | 107 | 137 | 125 | 31 | 0 | 13 | 77 | 233 | 16 | 41 |
| Binary | 1000111 | 1011111 | 1010101 | 11001 | 0 | 1011 | 111111 | 10011011 | 1110 | 100001 |
Color Harmonies of #475F55
Complementary color
Monochromatic Colors of #475F55
Black with #475F55
Text Example
Text Example
White with #475F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475F55; }
p { color: rgb(71,95,85); }
H1.HeaderClassName
{
color: #475F55;
}
.AnyTagClassName
{
color: #475F55;
}
</style>
background-color css
<style>
a { background-color: #475F55; }
a { background-color: rgb(71,95,85); }
div.DivClassName
{
background-color: #475F55;
}
.BgClassName
{
background-color: #475F55;
}
</style>
border-color css
<style>
span { border-color: #475F55; }
span { border-color: rgb(71,95,85); }
td.TdClassName
{
border-color: #475F55;
}
.TagClassName
{
border-color: #475F55;
}
</style>