Shades of Viridian #488F70
Tints of Viridian #488F70
RGB
CMYK
RGB Variations
Color information
#488F70 (or 0x488F70) is known color: Viridian. HEX triplet: 48, 8F and 70. RGB value is (72,143,112). Sum of RGB (Red+Green+Blue) = 72+143+112=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 143 - color contains mainly: green. Hex color #488F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488F70 is #B7708F. Grayscale: #767676. Windows color (decimal): -12021904 or 7376712. OLE color: 7376712.
HSL color Cylindrical-coordinate representation of color #488F70: hue angle of 153.8º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488F70 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 143 | 112 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.44 |
| HSL | 153.8º | 0.33% | 0.42% | - |
| HSV(B) | 153.8º | 0.5% | 0.56% | - |
| XYZ | 15.42 | 22.19 | 18.8 | - |
| YUV | 118.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 112 | 0.50 | 0 | 0.22 | 0.44 | 153.8 | 0.33 | 0.42 |
| Hex | 48 | 8F | 70 | 32 | 0 | 16 | 2C | 9A | 21 | 2A |
| Octal | 110 | 217 | 160 | 62 | 0 | 26 | 54 | 232 | 41 | 52 |
| Binary | 1001000 | 10001111 | 1110000 | 110010 | 0 | 10110 | 101100 | 10011010 | 100001 | 101010 |
Color Harmonies of #488F70
Complementary color
Monochromatic Colors of #488F70
Black with #488F70
Text Example
Text Example
White with #488F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F70; }
p { color: rgb(72,143,112); }
H1.HeaderClassName
{
color: #488F70;
}
.AnyTagClassName
{
color: #488F70;
}
</style>
background-color css
<style>
a { background-color: #488F70; }
a { background-color: rgb(72,143,112); }
div.DivClassName
{
background-color: #488F70;
}
.BgClassName
{
background-color: #488F70;
}
</style>
border-color css
<style>
span { border-color: #488F70; }
span { border-color: rgb(72,143,112); }
td.TdClassName
{
border-color: #488F70;
}
.TagClassName
{
border-color: #488F70;
}
</style>