Shades of Viridian #488B71
Tints of Viridian #488B71
RGB
CMYK
RGB Variations
Color information
#488B71 (or 0x488B71) is known color: Viridian. HEX triplet: 48, 8B and 71. RGB value is (72,139,113). Sum of RGB (Red+Green+Blue) = 72+139+113=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #488B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B71 is #B7748E. Grayscale: #747474. Windows color (decimal): -12022927 or 7441224. OLE color: 7441224.
HSL color Cylindrical-coordinate representation of color #488B71: hue angle of 156.72º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B71 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 113 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.45 |
| HSL | 156.72º | 0.32% | 0.41% | - |
| HSV(B) | 156.72º | 0.48% | 0.55% | - |
| XYZ | 14.89 | 21.04 | 18.9 | - |
| YUV | 116 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 113 | 0.48 | 0 | 0.19 | 0.45 | 156.72 | 0.32 | 0.41 |
| Hex | 48 | 8B | 71 | 30 | 0 | 13 | 2D | 9D | 20 | 29 |
| Octal | 110 | 213 | 161 | 60 | 0 | 23 | 55 | 235 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1110001 | 110000 | 0 | 10011 | 101101 | 10011101 | 100000 | 101001 |
Color Harmonies of #488B71
Complementary color
Monochromatic Colors of #488B71
Black with #488B71
Text Example
Text Example
White with #488B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B71; }
p { color: rgb(72,139,113); }
H1.HeaderClassName
{
color: #488B71;
}
.AnyTagClassName
{
color: #488B71;
}
</style>
background-color css
<style>
a { background-color: #488B71; }
a { background-color: rgb(72,139,113); }
div.DivClassName
{
background-color: #488B71;
}
.BgClassName
{
background-color: #488B71;
}
</style>
border-color css
<style>
span { border-color: #488B71; }
span { border-color: rgb(72,139,113); }
td.TdClassName
{
border-color: #488B71;
}
.TagClassName
{
border-color: #488B71;
}
</style>