Shades of Viridian #488C71
Tints of Viridian #488C71
RGB
CMYK
RGB Variations
Color information
#488C71 (or 0x488C71) is known color: Viridian. HEX triplet: 48, 8C and 71. RGB value is (72,140,113). Sum of RGB (Red+Green+Blue) = 72+140+113=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #488C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C71 is #B7738E. Grayscale: #747474. Windows color (decimal): -12022671 or 7441480. OLE color: 7441480.
HSL color Cylindrical-coordinate representation of color #488C71: hue angle of 156.18º 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 #488C71 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 113 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.45 |
| HSL | 156.18º | 0.32% | 0.42% | - |
| HSV(B) | 156.18º | 0.49% | 0.55% | - |
| XYZ | 15.03 | 21.33 | 18.95 | - |
| YUV | 116.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 113 | 0.49 | 0 | 0.19 | 0.45 | 156.18 | 0.32 | 0.42 |
| Hex | 48 | 8C | 71 | 31 | 0 | 13 | 2D | 9C | 20 | 2A |
| Octal | 110 | 214 | 161 | 61 | 0 | 23 | 55 | 234 | 40 | 52 |
| Binary | 1001000 | 10001100 | 1110001 | 110001 | 0 | 10011 | 101101 | 10011100 | 100000 | 101010 |
Color Harmonies of #488C71
Complementary color
Monochromatic Colors of #488C71
Black with #488C71
Text Example
Text Example
White with #488C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C71; }
p { color: rgb(72,140,113); }
H1.HeaderClassName
{
color: #488C71;
}
.AnyTagClassName
{
color: #488C71;
}
</style>
background-color css
<style>
a { background-color: #488C71; }
a { background-color: rgb(72,140,113); }
div.DivClassName
{
background-color: #488C71;
}
.BgClassName
{
background-color: #488C71;
}
</style>
border-color css
<style>
span { border-color: #488C71; }
span { border-color: rgb(72,140,113); }
td.TdClassName
{
border-color: #488C71;
}
.TagClassName
{
border-color: #488C71;
}
</style>