Shades of Viridian Green #476E5B
Tints of Viridian Green #476E5B
RGB
CMYK
RGB Variations
Color information
#476E5B (or 0x476E5B) is known color: Viridian Green. HEX triplet: 47, 6E and 5B. RGB value is (71,110,91). Sum of RGB (Red+Green+Blue) = 71+110+91=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 110 - color contains mainly: green. Hex color #476E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E5B is #B891A4. Grayscale: #606060. Windows color (decimal): -12095909 or 5992007. OLE color: 5992007.
HSL color Cylindrical-coordinate representation of color #476E5B: hue angle of 150.77º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476E5B is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 110 | 91 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.57 |
| HSL | 150.77º | 0.22% | 0.35% | - |
| HSV(B) | 150.77º | 0.35% | 0.43% | - |
| XYZ | 10.06 | 13.25 | 11.92 | - |
| YUV | 96.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 91 | 0.35 | 0 | 0.17 | 0.57 | 150.77 | 0.22 | 0.35 |
| Hex | 47 | 6E | 5B | 23 | 0 | 11 | 39 | 97 | 16 | 23 |
| Octal | 107 | 156 | 133 | 43 | 0 | 21 | 71 | 227 | 26 | 43 |
| Binary | 1000111 | 1101110 | 1011011 | 100011 | 0 | 10001 | 111001 | 10010111 | 10110 | 100011 |
Color Harmonies of #476E5B
Complementary color
Monochromatic Colors of #476E5B
Black with #476E5B
Text Example
Text Example
White with #476E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E5B; }
p { color: rgb(71,110,91); }
H1.HeaderClassName
{
color: #476E5B;
}
.AnyTagClassName
{
color: #476E5B;
}
</style>
background-color css
<style>
a { background-color: #476E5B; }
a { background-color: rgb(71,110,91); }
div.DivClassName
{
background-color: #476E5B;
}
.BgClassName
{
background-color: #476E5B;
}
</style>
border-color css
<style>
span { border-color: #476E5B; }
span { border-color: rgb(71,110,91); }
td.TdClassName
{
border-color: #476E5B;
}
.TagClassName
{
border-color: #476E5B;
}
</style>