Shades of Viridian #488D6A
Tints of Viridian #488D6A
RGB
CMYK
RGB Variations
Color information
#488D6A (or 0x488D6A) is known color: Viridian. HEX triplet: 48, 8D and 6A. RGB value is (72,141,106). Sum of RGB (Red+Green+Blue) = 72+141+106=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #488D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D6A is #B77295. Grayscale: #747474. Windows color (decimal): -12022422 or 6982984. OLE color: 6982984.
HSL color Cylindrical-coordinate representation of color #488D6A: hue angle of 149.57º 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 #488D6A is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 106 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.45 |
| HSL | 149.57º | 0.32% | 0.42% | - |
| HSV(B) | 149.57º | 0.49% | 0.55% | - |
| XYZ | 14.8 | 21.47 | 17 | - |
| YUV | 116.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 106 | 0.49 | 0 | 0.25 | 0.45 | 149.57 | 0.32 | 0.42 |
| Hex | 48 | 8D | 6A | 31 | 0 | 19 | 2D | 96 | 20 | 2A |
| Octal | 110 | 215 | 152 | 61 | 0 | 31 | 55 | 226 | 40 | 52 |
| Binary | 1001000 | 10001101 | 1101010 | 110001 | 0 | 11001 | 101101 | 10010110 | 100000 | 101010 |
Color Harmonies of #488D6A
Complementary color
Monochromatic Colors of #488D6A
Black with #488D6A
Text Example
Text Example
White with #488D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D6A; }
p { color: rgb(72,141,106); }
H1.HeaderClassName
{
color: #488D6A;
}
.AnyTagClassName
{
color: #488D6A;
}
</style>
background-color css
<style>
a { background-color: #488D6A; }
a { background-color: rgb(72,141,106); }
div.DivClassName
{
background-color: #488D6A;
}
.BgClassName
{
background-color: #488D6A;
}
</style>
border-color css
<style>
span { border-color: #488D6A; }
span { border-color: rgb(72,141,106); }
td.TdClassName
{
border-color: #488D6A;
}
.TagClassName
{
border-color: #488D6A;
}
</style>