Shades of Viridian Green #476659
Tints of Viridian Green #476659
RGB
CMYK
RGB Variations
Color information
#476659 (or 0x476659) is known color: Viridian Green. HEX triplet: 47, 66 and 59. RGB value is (71,102,89). Sum of RGB (Red+Green+Blue) = 71+102+89=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #476659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476659 is #B899A6. Grayscale: #5B5B5B. Windows color (decimal): -12097959 or 5858887. OLE color: 5858887.
HSL color Cylindrical-coordinate representation of color #476659: hue angle of 154.84º 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 #476659 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 102 | 89 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.6 |
| HSL | 154.84º | 0.18% | 0.34% | - |
| HSV(B) | 154.84º | 0.3% | 0.4% | - |
| XYZ | 9.15 | 11.56 | 11.2 | - |
| YUV | 91.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 89 | 0.30 | 0 | 0.13 | 0.6 | 154.84 | 0.18 | 0.34 |
| Hex | 47 | 66 | 59 | 1E | 0 | D | 3C | 9B | 12 | 22 |
| Octal | 107 | 146 | 131 | 36 | 0 | 15 | 74 | 233 | 22 | 42 |
| Binary | 1000111 | 1100110 | 1011001 | 11110 | 0 | 1101 | 111100 | 10011011 | 10010 | 100010 |
Color Harmonies of #476659
Complementary color
Monochromatic Colors of #476659
Black with #476659
Text Example
Text Example
White with #476659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476659; }
p { color: rgb(71,102,89); }
H1.HeaderClassName
{
color: #476659;
}
.AnyTagClassName
{
color: #476659;
}
</style>
background-color css
<style>
a { background-color: #476659; }
a { background-color: rgb(71,102,89); }
div.DivClassName
{
background-color: #476659;
}
.BgClassName
{
background-color: #476659;
}
</style>
border-color css
<style>
span { border-color: #476659; }
span { border-color: rgb(71,102,89); }
td.TdClassName
{
border-color: #476659;
}
.TagClassName
{
border-color: #476659;
}
</style>