Shades of Viridian Green #476556
Tints of Viridian Green #476556
RGB
CMYK
RGB Variations
Color information
#476556 (or 0x476556) is known color: Viridian Green. HEX triplet: 47, 65 and 56. RGB value is (71,101,86). Sum of RGB (Red+Green+Blue) = 71+101+86=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #476556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476556 is #B89AA9. Grayscale: #5A5A5A. Windows color (decimal): -12098218 or 5662023. OLE color: 5662023.
HSL color Cylindrical-coordinate representation of color #476556: hue angle of 150º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #476556 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 101 | 86 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.60 |
| HSL | 150º | 0.17% | 0.34% | - |
| HSV(B) | 150º | 0.3% | 0.4% | - |
| XYZ | 8.93 | 11.32 | 10.52 | - |
| YUV | 90.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 86 | 0.30 | 0 | 0.15 | 0.60 | 150 | 0.17 | 0.34 |
| Hex | 47 | 65 | 56 | 1E | 0 | F | 3C | 96 | 11 | 22 |
| Octal | 107 | 145 | 126 | 36 | 0 | 17 | 74 | 226 | 21 | 42 |
| Binary | 1000111 | 1100101 | 1010110 | 11110 | 0 | 1111 | 111100 | 10010110 | 10001 | 100010 |
Color Harmonies of #476556
Complementary color
Monochromatic Colors of #476556
Black with #476556
Text Example
Text Example
White with #476556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476556; }
p { color: rgb(71,101,86); }
H1.HeaderClassName
{
color: #476556;
}
.AnyTagClassName
{
color: #476556;
}
</style>
background-color css
<style>
a { background-color: #476556; }
a { background-color: rgb(71,101,86); }
div.DivClassName
{
background-color: #476556;
}
.BgClassName
{
background-color: #476556;
}
</style>
border-color css
<style>
span { border-color: #476556; }
span { border-color: rgb(71,101,86); }
td.TdClassName
{
border-color: #476556;
}
.TagClassName
{
border-color: #476556;
}
</style>