Shades of Viridian #4A8871
Tints of Viridian #4A8871
RGB
CMYK
RGB Variations
Color information
#4A8871 (or 0x4A8871) is known color: Viridian. HEX triplet: 4A, 88 and 71. RGB value is (74,136,113). Sum of RGB (Red+Green+Blue) = 74+136+113=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8871 is #B5778E. Grayscale: #727272. Windows color (decimal): -11892623 or 7440458. OLE color: 7440458.
HSL color Cylindrical-coordinate representation of color #4A8871: hue angle of 157.74º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8871 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 113 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.47 |
| HSL | 157.74º | 0.3% | 0.41% | - |
| HSV(B) | 157.74º | 0.46% | 0.53% | - |
| XYZ | 14.61 | 20.26 | 18.76 | - |
| YUV | 114.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 113 | 0.46 | 0 | 0.17 | 0.47 | 157.74 | 0.3 | 0.41 |
| Hex | 4A | 88 | 71 | 2E | 0 | 11 | 2F | 9E | 1E | 29 |
| Octal | 112 | 210 | 161 | 56 | 0 | 21 | 57 | 236 | 36 | 51 |
| Binary | 1001010 | 10001000 | 1110001 | 101110 | 0 | 10001 | 101111 | 10011110 | 11110 | 101001 |
Color Harmonies of #4A8871
Complementary color
Monochromatic Colors of #4A8871
Black with #4A8871
Text Example
Text Example
White with #4A8871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8871; }
p { color: rgb(74,136,113); }
H1.HeaderClassName
{
color: #4A8871;
}
.AnyTagClassName
{
color: #4A8871;
}
</style>
background-color css
<style>
a { background-color: #4A8871; }
a { background-color: rgb(74,136,113); }
div.DivClassName
{
background-color: #4A8871;
}
.BgClassName
{
background-color: #4A8871;
}
</style>
border-color css
<style>
span { border-color: #4A8871; }
span { border-color: rgb(74,136,113); }
td.TdClassName
{
border-color: #4A8871;
}
.TagClassName
{
border-color: #4A8871;
}
</style>