Shades of Viridian #488D74
Tints of Viridian #488D74
RGB
CMYK
RGB Variations
Color information
#488D74 (or 0x488D74) is known color: Viridian. HEX triplet: 48, 8D and 74. RGB value is (72,141,116). Sum of RGB (Red+Green+Blue) = 72+141+116=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #488D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D74 is #B7728B. Grayscale: #757575. Windows color (decimal): -12022412 or 7638344. OLE color: 7638344.
HSL color Cylindrical-coordinate representation of color #488D74: hue angle of 158.26º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D74 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 116 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.45 |
| HSL | 158.26º | 0.32% | 0.42% | - |
| HSV(B) | 158.26º | 0.49% | 0.55% | - |
| XYZ | 15.35 | 21.69 | 19.9 | - |
| YUV | 117.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 116 | 0.49 | 0 | 0.18 | 0.45 | 158.26 | 0.32 | 0.42 |
| Hex | 48 | 8D | 74 | 31 | 0 | 12 | 2D | 9E | 20 | 2A |
| Octal | 110 | 215 | 164 | 61 | 0 | 22 | 55 | 236 | 40 | 52 |
| Binary | 1001000 | 10001101 | 1110100 | 110001 | 0 | 10010 | 101101 | 10011110 | 100000 | 101010 |
Color Harmonies of #488D74
Complementary color
Monochromatic Colors of #488D74
Black with #488D74
Text Example
Text Example
White with #488D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D74; }
p { color: rgb(72,141,116); }
H1.HeaderClassName
{
color: #488D74;
}
.AnyTagClassName
{
color: #488D74;
}
</style>
background-color css
<style>
a { background-color: #488D74; }
a { background-color: rgb(72,141,116); }
div.DivClassName
{
background-color: #488D74;
}
.BgClassName
{
background-color: #488D74;
}
</style>
border-color css
<style>
span { border-color: #488D74; }
span { border-color: rgb(72,141,116); }
td.TdClassName
{
border-color: #488D74;
}
.TagClassName
{
border-color: #488D74;
}
</style>