Shades of Viridian #488A71
Tints of Viridian #488A71
RGB
CMYK
RGB Variations
Color information
#488A71 (or 0x488A71) is known color: Viridian. HEX triplet: 48, 8A and 71. RGB value is (72,138,113). Sum of RGB (Red+Green+Blue) = 72+138+113=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #488A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A71 is #B7758E. Grayscale: #737373. Windows color (decimal): -12023183 or 7440968. OLE color: 7440968.
HSL color Cylindrical-coordinate representation of color #488A71: hue angle of 157.27º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A71 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 113 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.46 |
| HSL | 157.27º | 0.31% | 0.41% | - |
| HSV(B) | 157.27º | 0.48% | 0.54% | - |
| XYZ | 14.74 | 20.75 | 18.85 | - |
| YUV | 115.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 113 | 0.48 | 0 | 0.18 | 0.46 | 157.27 | 0.31 | 0.41 |
| Hex | 48 | 8A | 71 | 30 | 0 | 12 | 2E | 9D | 1F | 29 |
| Octal | 110 | 212 | 161 | 60 | 0 | 22 | 56 | 235 | 37 | 51 |
| Binary | 1001000 | 10001010 | 1110001 | 110000 | 0 | 10010 | 101110 | 10011101 | 11111 | 101001 |
Color Harmonies of #488A71
Complementary color
Monochromatic Colors of #488A71
Black with #488A71
Text Example
Text Example
White with #488A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A71; }
p { color: rgb(72,138,113); }
H1.HeaderClassName
{
color: #488A71;
}
.AnyTagClassName
{
color: #488A71;
}
</style>
background-color css
<style>
a { background-color: #488A71; }
a { background-color: rgb(72,138,113); }
div.DivClassName
{
background-color: #488A71;
}
.BgClassName
{
background-color: #488A71;
}
</style>
border-color css
<style>
span { border-color: #488A71; }
span { border-color: rgb(72,138,113); }
td.TdClassName
{
border-color: #488A71;
}
.TagClassName
{
border-color: #488A71;
}
</style>