Shades of Viridian #488C70
Tints of Viridian #488C70
RGB
CMYK
RGB Variations
Color information
#488C70 (or 0x488C70) is known color: Viridian. HEX triplet: 48, 8C and 70. RGB value is (72,140,112). Sum of RGB (Red+Green+Blue) = 72+140+112=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #488C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C70 is #B7738F. Grayscale: #747474. Windows color (decimal): -12022672 or 7375944. OLE color: 7375944.
HSL color Cylindrical-coordinate representation of color #488C70: hue angle of 155.29º 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 #488C70 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 112 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.45 |
| HSL | 155.29º | 0.32% | 0.42% | - |
| HSV(B) | 155.29º | 0.49% | 0.55% | - |
| XYZ | 14.98 | 21.3 | 18.65 | - |
| YUV | 116.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 112 | 0.49 | 0 | 0.20 | 0.45 | 155.29 | 0.32 | 0.42 |
| Hex | 48 | 8C | 70 | 31 | 0 | 14 | 2D | 9B | 20 | 2A |
| Octal | 110 | 214 | 160 | 61 | 0 | 24 | 55 | 233 | 40 | 52 |
| Binary | 1001000 | 10001100 | 1110000 | 110001 | 0 | 10100 | 101101 | 10011011 | 100000 | 101010 |
Color Harmonies of #488C70
Complementary color
Monochromatic Colors of #488C70
Black with #488C70
Text Example
Text Example
White with #488C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C70; }
p { color: rgb(72,140,112); }
H1.HeaderClassName
{
color: #488C70;
}
.AnyTagClassName
{
color: #488C70;
}
</style>
background-color css
<style>
a { background-color: #488C70; }
a { background-color: rgb(72,140,112); }
div.DivClassName
{
background-color: #488C70;
}
.BgClassName
{
background-color: #488C70;
}
</style>
border-color css
<style>
span { border-color: #488C70; }
span { border-color: rgb(72,140,112); }
td.TdClassName
{
border-color: #488C70;
}
.TagClassName
{
border-color: #488C70;
}
</style>