Shades of Viridian #488A70
Tints of Viridian #488A70
RGB
CMYK
RGB Variations
Color information
#488A70 (or 0x488A70) is known color: Viridian. HEX triplet: 48, 8A and 70. RGB value is (72,138,112). Sum of RGB (Red+Green+Blue) = 72+138+112=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #488A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A70 is #B7758F. Grayscale: #737373. Windows color (decimal): -12023184 or 7375432. OLE color: 7375432.
HSL color Cylindrical-coordinate representation of color #488A70: hue angle of 156.36º 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 #488A70 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 112 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.46 |
| HSL | 156.36º | 0.31% | 0.41% | - |
| HSV(B) | 156.36º | 0.48% | 0.54% | - |
| XYZ | 14.69 | 20.72 | 18.56 | - |
| YUV | 115.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 112 | 0.48 | 0 | 0.19 | 0.46 | 156.36 | 0.31 | 0.41 |
| Hex | 48 | 8A | 70 | 30 | 0 | 13 | 2E | 9C | 1F | 29 |
| Octal | 110 | 212 | 160 | 60 | 0 | 23 | 56 | 234 | 37 | 51 |
| Binary | 1001000 | 10001010 | 1110000 | 110000 | 0 | 10011 | 101110 | 10011100 | 11111 | 101001 |
Color Harmonies of #488A70
Complementary color
Monochromatic Colors of #488A70
Black with #488A70
Text Example
Text Example
White with #488A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A70; }
p { color: rgb(72,138,112); }
H1.HeaderClassName
{
color: #488A70;
}
.AnyTagClassName
{
color: #488A70;
}
</style>
background-color css
<style>
a { background-color: #488A70; }
a { background-color: rgb(72,138,112); }
div.DivClassName
{
background-color: #488A70;
}
.BgClassName
{
background-color: #488A70;
}
</style>
border-color css
<style>
span { border-color: #488A70; }
span { border-color: rgb(72,138,112); }
td.TdClassName
{
border-color: #488A70;
}
.TagClassName
{
border-color: #488A70;
}
</style>