Shades of Viridian #4A8D72
Tints of Viridian #4A8D72
RGB
CMYK
RGB Variations
Color information
#4A8D72 (or 0x4A8D72) is known color: Viridian. HEX triplet: 4A, 8D and 72. RGB value is (74,141,114). Sum of RGB (Red+Green+Blue) = 74+141+114=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #4A8D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8D72 is #B5728D. Grayscale: #757575. Windows color (decimal): -11891342 or 7507274. OLE color: 7507274.
HSL color Cylindrical-coordinate representation of color #4A8D72: hue angle of 155.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8D72 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 141 | 114 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.45 |
| HSL | 155.82º | 0.31% | 0.42% | - |
| HSV(B) | 155.82º | 0.48% | 0.55% | - |
| XYZ | 15.39 | 21.72 | 19.3 | - |
| YUV | 117.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 141 | 114 | 0.48 | 0 | 0.19 | 0.45 | 155.82 | 0.31 | 0.42 |
| Hex | 4A | 8D | 72 | 30 | 0 | 13 | 2D | 9C | 1F | 2A |
| Octal | 112 | 215 | 162 | 60 | 0 | 23 | 55 | 234 | 37 | 52 |
| Binary | 1001010 | 10001101 | 1110010 | 110000 | 0 | 10011 | 101101 | 10011100 | 11111 | 101010 |
Color Harmonies of #4A8D72
Complementary color
Monochromatic Colors of #4A8D72
Black with #4A8D72
Text Example
Text Example
White with #4A8D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8D72; }
p { color: rgb(74,141,114); }
H1.HeaderClassName
{
color: #4A8D72;
}
.AnyTagClassName
{
color: #4A8D72;
}
</style>
background-color css
<style>
a { background-color: #4A8D72; }
a { background-color: rgb(74,141,114); }
div.DivClassName
{
background-color: #4A8D72;
}
.BgClassName
{
background-color: #4A8D72;
}
</style>
border-color css
<style>
span { border-color: #4A8D72; }
span { border-color: rgb(74,141,114); }
td.TdClassName
{
border-color: #4A8D72;
}
.TagClassName
{
border-color: #4A8D72;
}
</style>