Shades of Viridian Green #476155
Tints of Viridian Green #476155
RGB
CMYK
RGB Variations
Color information
#476155 (or 0x476155) is known color: Viridian Green. HEX triplet: 47, 61 and 55. RGB value is (71,97,85). Sum of RGB (Red+Green+Blue) = 71+97+85=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #476155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476155 is #B89EAA. Grayscale: #575757. Windows color (decimal): -12099243 or 5595463. OLE color: 5595463.
HSL color Cylindrical-coordinate representation of color #476155: hue angle of 152.31º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #476155 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 97 | 85 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.62 |
| HSL | 152.31º | 0.15% | 0.33% | - |
| HSV(B) | 152.31º | 0.27% | 0.38% | - |
| XYZ | 8.51 | 10.54 | 10.18 | - |
| YUV | 87.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 85 | 0.27 | 0 | 0.12 | 0.62 | 152.31 | 0.15 | 0.33 |
| Hex | 47 | 61 | 55 | 1B | 0 | C | 3E | 98 | F | 21 |
| Octal | 107 | 141 | 125 | 33 | 0 | 14 | 76 | 230 | 17 | 41 |
| Binary | 1000111 | 1100001 | 1010101 | 11011 | 0 | 1100 | 111110 | 10011000 | 1111 | 100001 |
Color Harmonies of #476155
Complementary color
Monochromatic Colors of #476155
Black with #476155
Text Example
Text Example
White with #476155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476155; }
p { color: rgb(71,97,85); }
H1.HeaderClassName
{
color: #476155;
}
.AnyTagClassName
{
color: #476155;
}
</style>
background-color css
<style>
a { background-color: #476155; }
a { background-color: rgb(71,97,85); }
div.DivClassName
{
background-color: #476155;
}
.BgClassName
{
background-color: #476155;
}
</style>
border-color css
<style>
span { border-color: #476155; }
span { border-color: rgb(71,97,85); }
td.TdClassName
{
border-color: #476155;
}
.TagClassName
{
border-color: #476155;
}
</style>