Shades of Viridian Green #475A51
Tints of Viridian Green #475A51
RGB
CMYK
RGB Variations
Color information
#475A51 (or 0x475A51) is known color: Viridian Green. HEX triplet: 47, 5A and 51. RGB value is (71,90,81). Sum of RGB (Red+Green+Blue) = 71+90+81=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 90 - color contains mainly: green. Hex color #475A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A51 is #B8A5AE. Grayscale: #535353. Windows color (decimal): -12101039 or 5331527. OLE color: 5331527.
HSL color Cylindrical-coordinate representation of color #475A51: hue angle of 151.58º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475A51 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 90 | 81 | - |
| CMYK | 0.21 | 0 | 0.1 | 0.65 |
| HSL | 151.58º | 0.12% | 0.32% | - |
| HSV(B) | 151.58º | 0.21% | 0.35% | - |
| XYZ | 7.74 | 9.25 | 9.16 | - |
| YUV | 83.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 81 | 0.21 | 0 | 0.1 | 0.65 | 151.58 | 0.12 | 0.32 |
| Hex | 47 | 5A | 51 | 15 | 0 | A | 41 | 98 | C | 20 |
| Octal | 107 | 132 | 121 | 25 | 0 | 12 | 101 | 230 | 14 | 40 |
| Binary | 1000111 | 1011010 | 1010001 | 10101 | 0 | 1010 | 1000001 | 10011000 | 1100 | 100000 |
Color Harmonies of #475A51
Complementary color
Monochromatic Colors of #475A51
Black with #475A51
Text Example
Text Example
White with #475A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A51; }
p { color: rgb(71,90,81); }
H1.HeaderClassName
{
color: #475A51;
}
.AnyTagClassName
{
color: #475A51;
}
</style>
background-color css
<style>
a { background-color: #475A51; }
a { background-color: rgb(71,90,81); }
div.DivClassName
{
background-color: #475A51;
}
.BgClassName
{
background-color: #475A51;
}
</style>
border-color css
<style>
span { border-color: #475A51; }
span { border-color: rgb(71,90,81); }
td.TdClassName
{
border-color: #475A51;
}
.TagClassName
{
border-color: #475A51;
}
</style>