Shades of Viridian Green #476356
Tints of Viridian Green #476356
RGB
CMYK
RGB Variations
Color information
#476356 (or 0x476356) is known color: Viridian Green. HEX triplet: 47, 63 and 56. RGB value is (71,99,86). Sum of RGB (Red+Green+Blue) = 71+99+86=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #476356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476356 is #B89CA9. Grayscale: #595959. Windows color (decimal): -12098730 or 5661511. OLE color: 5661511.
HSL color Cylindrical-coordinate representation of color #476356: hue angle of 152.14º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476356 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 86 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.61 |
| HSL | 152.14º | 0.16% | 0.33% | - |
| HSV(B) | 152.14º | 0.28% | 0.39% | - |
| XYZ | 8.74 | 10.94 | 10.45 | - |
| YUV | 89.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 86 | 0.28 | 0 | 0.13 | 0.61 | 152.14 | 0.16 | 0.33 |
| Hex | 47 | 63 | 56 | 1C | 0 | D | 3D | 98 | 10 | 21 |
| Octal | 107 | 143 | 126 | 34 | 0 | 15 | 75 | 230 | 20 | 41 |
| Binary | 1000111 | 1100011 | 1010110 | 11100 | 0 | 1101 | 111101 | 10011000 | 10000 | 100001 |
Color Harmonies of #476356
Complementary color
Monochromatic Colors of #476356
Black with #476356
Text Example
Text Example
White with #476356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476356; }
p { color: rgb(71,99,86); }
H1.HeaderClassName
{
color: #476356;
}
.AnyTagClassName
{
color: #476356;
}
</style>
background-color css
<style>
a { background-color: #476356; }
a { background-color: rgb(71,99,86); }
div.DivClassName
{
background-color: #476356;
}
.BgClassName
{
background-color: #476356;
}
</style>
border-color css
<style>
span { border-color: #476356; }
span { border-color: rgb(71,99,86); }
td.TdClassName
{
border-color: #476356;
}
.TagClassName
{
border-color: #476356;
}
</style>