Shades of Viridian #488D75
Tints of Viridian #488D75
RGB
CMYK
RGB Variations
Color information
#488D75 (or 0x488D75) is known color: Viridian. HEX triplet: 48, 8D and 75. RGB value is (72,141,117). Sum of RGB (Red+Green+Blue) = 72+141+117=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #488D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D75 is #B7728A. Grayscale: #757575. Windows color (decimal): -12022411 or 7703880. OLE color: 7703880.
HSL color Cylindrical-coordinate representation of color #488D75: hue angle of 159.13º 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 #488D75 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 117 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.45 |
| HSL | 159.13º | 0.32% | 0.42% | - |
| HSV(B) | 159.13º | 0.49% | 0.55% | - |
| XYZ | 15.41 | 21.71 | 20.21 | - |
| YUV | 117.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 117 | 0.49 | 0 | 0.17 | 0.45 | 159.13 | 0.32 | 0.42 |
| Hex | 48 | 8D | 75 | 31 | 0 | 11 | 2D | 9F | 20 | 2A |
| Octal | 110 | 215 | 165 | 61 | 0 | 21 | 55 | 237 | 40 | 52 |
| Binary | 1001000 | 10001101 | 1110101 | 110001 | 0 | 10001 | 101101 | 10011111 | 100000 | 101010 |
Color Harmonies of #488D75
Complementary color
Monochromatic Colors of #488D75
Black with #488D75
Text Example
Text Example
White with #488D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D75; }
p { color: rgb(72,141,117); }
H1.HeaderClassName
{
color: #488D75;
}
.AnyTagClassName
{
color: #488D75;
}
</style>
background-color css
<style>
a { background-color: #488D75; }
a { background-color: rgb(72,141,117); }
div.DivClassName
{
background-color: #488D75;
}
.BgClassName
{
background-color: #488D75;
}
</style>
border-color css
<style>
span { border-color: #488D75; }
span { border-color: rgb(72,141,117); }
td.TdClassName
{
border-color: #488D75;
}
.TagClassName
{
border-color: #488D75;
}
</style>