Shades of Viridian #4A8471
Tints of Viridian #4A8471
RGB
CMYK
RGB Variations
Color information
#4A8471 (or 0x4A8471) is known color: Viridian. HEX triplet: 4A, 84 and 71. RGB value is (74,132,113). Sum of RGB (Red+Green+Blue) = 74+132+113=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8471 is #B57B8E. Grayscale: #707070. Windows color (decimal): -11893647 or 7439434. OLE color: 7439434.
HSL color Cylindrical-coordinate representation of color #4A8471: hue angle of 160.34º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A8471 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 113 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.48 |
| HSL | 160.34º | 0.28% | 0.4% | - |
| HSV(B) | 160.34º | 0.44% | 0.52% | - |
| XYZ | 14.06 | 19.15 | 18.58 | - |
| YUV | 112.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 113 | 0.44 | 0 | 0.14 | 0.48 | 160.34 | 0.28 | 0.4 |
| Hex | 4A | 84 | 71 | 2C | 0 | E | 30 | A0 | 1C | 28 |
| Octal | 112 | 204 | 161 | 54 | 0 | 16 | 60 | 240 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1110001 | 101100 | 0 | 1110 | 110000 | 10100000 | 11100 | 101000 |
Color Harmonies of #4A8471
Complementary color
Monochromatic Colors of #4A8471
Black with #4A8471
Text Example
Text Example
White with #4A8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8471; }
p { color: rgb(74,132,113); }
H1.HeaderClassName
{
color: #4A8471;
}
.AnyTagClassName
{
color: #4A8471;
}
</style>
background-color css
<style>
a { background-color: #4A8471; }
a { background-color: rgb(74,132,113); }
div.DivClassName
{
background-color: #4A8471;
}
.BgClassName
{
background-color: #4A8471;
}
</style>
border-color css
<style>
span { border-color: #4A8471; }
span { border-color: rgb(74,132,113); }
td.TdClassName
{
border-color: #4A8471;
}
.TagClassName
{
border-color: #4A8471;
}
</style>