Shades of Viridian Green #476354
Tints of Viridian Green #476354
RGB
CMYK
RGB Variations
Color information
#476354 (or 0x476354) is known color: Viridian Green. HEX triplet: 47, 63 and 54. RGB value is (71,99,84). Sum of RGB (Red+Green+Blue) = 71+99+84=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #476354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476354 is #B89CAB. Grayscale: #585858. Windows color (decimal): -12098732 or 5530439. OLE color: 5530439.
HSL color Cylindrical-coordinate representation of color #476354: hue angle of 147.86º 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 #476354 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 84 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.61 |
| HSL | 147.86º | 0.16% | 0.33% | - |
| HSV(B) | 147.86º | 0.28% | 0.39% | - |
| XYZ | 8.66 | 10.9 | 10.04 | - |
| YUV | 88.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 84 | 0.28 | 0 | 0.15 | 0.61 | 147.86 | 0.16 | 0.33 |
| Hex | 47 | 63 | 54 | 1C | 0 | F | 3D | 94 | 10 | 21 |
| Octal | 107 | 143 | 124 | 34 | 0 | 17 | 75 | 224 | 20 | 41 |
| Binary | 1000111 | 1100011 | 1010100 | 11100 | 0 | 1111 | 111101 | 10010100 | 10000 | 100001 |
Color Harmonies of #476354
Complementary color
Monochromatic Colors of #476354
Black with #476354
Text Example
Text Example
White with #476354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476354; }
p { color: rgb(71,99,84); }
H1.HeaderClassName
{
color: #476354;
}
.AnyTagClassName
{
color: #476354;
}
</style>
background-color css
<style>
a { background-color: #476354; }
a { background-color: rgb(71,99,84); }
div.DivClassName
{
background-color: #476354;
}
.BgClassName
{
background-color: #476354;
}
</style>
border-color css
<style>
span { border-color: #476354; }
span { border-color: rgb(71,99,84); }
td.TdClassName
{
border-color: #476354;
}
.TagClassName
{
border-color: #476354;
}
</style>