Shades of Viridian #488D76
Tints of Viridian #488D76
RGB
CMYK
RGB Variations
Color information
#488D76 (or 0x488D76) is known color: Viridian. HEX triplet: 48, 8D and 76. RGB value is (72,141,118). Sum of RGB (Red+Green+Blue) = 72+141+118=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #488D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D76 is #B77289. Grayscale: #757575. Windows color (decimal): -12022410 or 7769416. OLE color: 7769416.
HSL color Cylindrical-coordinate representation of color #488D76: hue angle of 160º 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 #488D76 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 118 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.45 |
| HSL | 160º | 0.32% | 0.42% | - |
| HSV(B) | 160º | 0.49% | 0.55% | - |
| XYZ | 15.47 | 21.74 | 20.52 | - |
| YUV | 117.75 | 128.14 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 118 | 0.49 | 0 | 0.16 | 0.45 | 160 | 0.32 | 0.42 |
| Hex | 48 | 8D | 76 | 31 | 0 | 10 | 2D | A0 | 20 | 2A |
| Octal | 110 | 215 | 166 | 61 | 0 | 20 | 55 | 240 | 40 | 52 |
| Binary | 1001000 | 10001101 | 1110110 | 110001 | 0 | 10000 | 101101 | 10100000 | 100000 | 101010 |
Color Harmonies of #488D76
Complementary color
Monochromatic Colors of #488D76
Black with #488D76
Text Example
Text Example
White with #488D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D76; }
p { color: rgb(72,141,118); }
H1.HeaderClassName
{
color: #488D76;
}
.AnyTagClassName
{
color: #488D76;
}
</style>
background-color css
<style>
a { background-color: #488D76; }
a { background-color: rgb(72,141,118); }
div.DivClassName
{
background-color: #488D76;
}
.BgClassName
{
background-color: #488D76;
}
</style>
border-color css
<style>
span { border-color: #488D76; }
span { border-color: rgb(72,141,118); }
td.TdClassName
{
border-color: #488D76;
}
.TagClassName
{
border-color: #488D76;
}
</style>