Shades of Viridian #488971
Tints of Viridian #488971
RGB
CMYK
RGB Variations
Color information
#488971 (or 0x488971) is known color: Viridian. HEX triplet: 48, 89 and 71. RGB value is (72,137,113). Sum of RGB (Red+Green+Blue) = 72+137+113=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #488971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488971 is #B7768E. Grayscale: #727272. Windows color (decimal): -12023439 or 7440712. OLE color: 7440712.
HSL color Cylindrical-coordinate representation of color #488971: hue angle of 157.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488971 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 113 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.46 |
| HSL | 157.85º | 0.31% | 0.41% | - |
| HSV(B) | 157.85º | 0.47% | 0.54% | - |
| XYZ | 14.6 | 20.46 | 18.8 | - |
| YUV | 114.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 113 | 0.47 | 0 | 0.18 | 0.46 | 157.85 | 0.31 | 0.41 |
| Hex | 48 | 89 | 71 | 2F | 0 | 12 | 2E | 9E | 1F | 29 |
| Octal | 110 | 211 | 161 | 57 | 0 | 22 | 56 | 236 | 37 | 51 |
| Binary | 1001000 | 10001001 | 1110001 | 101111 | 0 | 10010 | 101110 | 10011110 | 11111 | 101001 |
Color Harmonies of #488971
Complementary color
Monochromatic Colors of #488971
Black with #488971
Text Example
Text Example
White with #488971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488971; }
p { color: rgb(72,137,113); }
H1.HeaderClassName
{
color: #488971;
}
.AnyTagClassName
{
color: #488971;
}
</style>
background-color css
<style>
a { background-color: #488971; }
a { background-color: rgb(72,137,113); }
div.DivClassName
{
background-color: #488971;
}
.BgClassName
{
background-color: #488971;
}
</style>
border-color css
<style>
span { border-color: #488971; }
span { border-color: rgb(72,137,113); }
td.TdClassName
{
border-color: #488971;
}
.TagClassName
{
border-color: #488971;
}
</style>