Shades of Viridian #488678
Tints of Viridian #488678
RGB
CMYK
RGB Variations
Color information
#488678 (or 0x488678) is known color: Viridian. HEX triplet: 48, 86 and 78. RGB value is (72,134,120). Sum of RGB (Red+Green+Blue) = 72+134+120=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #488678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488678 is #B77987. Grayscale: #717171. Windows color (decimal): -12024200 or 7898696. OLE color: 7898696.
HSL color Cylindrical-coordinate representation of color #488678: hue angle of 166.45º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488678 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 120 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.47 |
| HSL | 166.45º | 0.3% | 0.4% | - |
| HSV(B) | 166.45º | 0.46% | 0.53% | - |
| XYZ | 14.59 | 19.78 | 20.82 | - |
| YUV | 113.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 120 | 0.46 | 0 | 0.10 | 0.47 | 166.45 | 0.3 | 0.4 |
| Hex | 48 | 86 | 78 | 2E | 0 | A | 2F | A6 | 1E | 28 |
| Octal | 110 | 206 | 170 | 56 | 0 | 12 | 57 | 246 | 36 | 50 |
| Binary | 1001000 | 10000110 | 1111000 | 101110 | 0 | 1010 | 101111 | 10100110 | 11110 | 101000 |
Color Harmonies of #488678
Complementary color
Monochromatic Colors of #488678
Black with #488678
Text Example
Text Example
White with #488678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488678; }
p { color: rgb(72,134,120); }
H1.HeaderClassName
{
color: #488678;
}
.AnyTagClassName
{
color: #488678;
}
</style>
background-color css
<style>
a { background-color: #488678; }
a { background-color: rgb(72,134,120); }
div.DivClassName
{
background-color: #488678;
}
.BgClassName
{
background-color: #488678;
}
</style>
border-color css
<style>
span { border-color: #488678; }
span { border-color: rgb(72,134,120); }
td.TdClassName
{
border-color: #488678;
}
.TagClassName
{
border-color: #488678;
}
</style>