Shades of Viridian #4A8571
Tints of Viridian #4A8571
RGB
CMYK
RGB Variations
Color information
#4A8571 (or 0x4A8571) is known color: Viridian. HEX triplet: 4A, 85 and 71. RGB value is (74,133,113). Sum of RGB (Red+Green+Blue) = 74+133+113=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8571 is #B57A8E. Grayscale: #717171. Windows color (decimal): -11893391 or 7439690. OLE color: 7439690.
HSL color Cylindrical-coordinate representation of color #4A8571: hue angle of 159.66º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A8571 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 133 | 113 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.48 |
| HSL | 159.66º | 0.29% | 0.41% | - |
| HSV(B) | 159.66º | 0.44% | 0.52% | - |
| XYZ | 14.19 | 19.42 | 18.62 | - |
| YUV | 113.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 133 | 113 | 0.44 | 0 | 0.15 | 0.48 | 159.66 | 0.29 | 0.41 |
| Hex | 4A | 85 | 71 | 2C | 0 | F | 30 | A0 | 1D | 29 |
| Octal | 112 | 205 | 161 | 54 | 0 | 17 | 60 | 240 | 35 | 51 |
| Binary | 1001010 | 10000101 | 1110001 | 101100 | 0 | 1111 | 110000 | 10100000 | 11101 | 101001 |
Color Harmonies of #4A8571
Complementary color
Monochromatic Colors of #4A8571
Black with #4A8571
Text Example
Text Example
White with #4A8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8571; }
p { color: rgb(74,133,113); }
H1.HeaderClassName
{
color: #4A8571;
}
.AnyTagClassName
{
color: #4A8571;
}
</style>
background-color css
<style>
a { background-color: #4A8571; }
a { background-color: rgb(74,133,113); }
div.DivClassName
{
background-color: #4A8571;
}
.BgClassName
{
background-color: #4A8571;
}
</style>
border-color css
<style>
span { border-color: #4A8571; }
span { border-color: rgb(74,133,113); }
td.TdClassName
{
border-color: #4A8571;
}
.TagClassName
{
border-color: #4A8571;
}
</style>