Shades of Viridian Green #475A53
Tints of Viridian Green #475A53
RGB
CMYK
RGB Variations
Color information
#475A53 (or 0x475A53) is known color: Viridian Green. HEX triplet: 47, 5A and 53. RGB value is (71,90,83). Sum of RGB (Red+Green+Blue) = 71+90+83=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #475A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A53 is #B8A5AC. Grayscale: #535353. Windows color (decimal): -12101037 or 5462599. OLE color: 5462599.
HSL color Cylindrical-coordinate representation of color #475A53: hue angle of 157.89º 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 #475A53 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 90 | 83 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.65 |
| HSL | 157.89º | 0.12% | 0.32% | - |
| HSV(B) | 157.89º | 0.21% | 0.35% | - |
| XYZ | 7.82 | 9.28 | 9.56 | - |
| YUV | 83.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 83 | 0.21 | 0 | 0.08 | 0.65 | 157.89 | 0.12 | 0.32 |
| Hex | 47 | 5A | 53 | 15 | 0 | 8 | 41 | 9E | C | 20 |
| Octal | 107 | 132 | 123 | 25 | 0 | 10 | 101 | 236 | 14 | 40 |
| Binary | 1000111 | 1011010 | 1010011 | 10101 | 0 | 1000 | 1000001 | 10011110 | 1100 | 100000 |
Color Harmonies of #475A53
Complementary color
Monochromatic Colors of #475A53
Black with #475A53
Text Example
Text Example
White with #475A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A53; }
p { color: rgb(71,90,83); }
H1.HeaderClassName
{
color: #475A53;
}
.AnyTagClassName
{
color: #475A53;
}
</style>
background-color css
<style>
a { background-color: #475A53; }
a { background-color: rgb(71,90,83); }
div.DivClassName
{
background-color: #475A53;
}
.BgClassName
{
background-color: #475A53;
}
</style>
border-color css
<style>
span { border-color: #475A53; }
span { border-color: rgb(71,90,83); }
td.TdClassName
{
border-color: #475A53;
}
.TagClassName
{
border-color: #475A53;
}
</style>