Shades of Viridian Green #476656
Tints of Viridian Green #476656
RGB
CMYK
RGB Variations
Color information
#476656 (or 0x476656) is known color: Viridian Green. HEX triplet: 47, 66 and 56. RGB value is (71,102,86). Sum of RGB (Red+Green+Blue) = 71+102+86=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 102 - color contains mainly: green. Hex color #476656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476656 is #B899A9. Grayscale: #5A5A5A. Windows color (decimal): -12097962 or 5662279. OLE color: 5662279.
HSL color Cylindrical-coordinate representation of color #476656: hue angle of 149.03º degrees, saturation: 0.18, 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 #476656 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 102 | 86 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.6 |
| HSL | 149.03º | 0.18% | 0.34% | - |
| HSV(B) | 149.03º | 0.3% | 0.4% | - |
| XYZ | 9.03 | 11.51 | 10.55 | - |
| YUV | 90.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 86 | 0.30 | 0 | 0.16 | 0.6 | 149.03 | 0.18 | 0.34 |
| Hex | 47 | 66 | 56 | 1E | 0 | 10 | 3C | 95 | 12 | 22 |
| Octal | 107 | 146 | 126 | 36 | 0 | 20 | 74 | 225 | 22 | 42 |
| Binary | 1000111 | 1100110 | 1010110 | 11110 | 0 | 10000 | 111100 | 10010101 | 10010 | 100010 |
Color Harmonies of #476656
Complementary color
Monochromatic Colors of #476656
Black with #476656
Text Example
Text Example
White with #476656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476656; }
p { color: rgb(71,102,86); }
H1.HeaderClassName
{
color: #476656;
}
.AnyTagClassName
{
color: #476656;
}
</style>
background-color css
<style>
a { background-color: #476656; }
a { background-color: rgb(71,102,86); }
div.DivClassName
{
background-color: #476656;
}
.BgClassName
{
background-color: #476656;
}
</style>
border-color css
<style>
span { border-color: #476656; }
span { border-color: rgb(71,102,86); }
td.TdClassName
{
border-color: #476656;
}
.TagClassName
{
border-color: #476656;
}
</style>