Shades of Viridian #488776
Tints of Viridian #488776
RGB
CMYK
RGB Variations
Color information
#488776 (or 0x488776) is known color: Viridian. HEX triplet: 48, 87 and 76. RGB value is (72,135,118). Sum of RGB (Red+Green+Blue) = 72+135+118=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #488776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488776 is #B77889. Grayscale: #727272. Windows color (decimal): -12023946 or 7767880. OLE color: 7767880.
HSL color Cylindrical-coordinate representation of color #488776: hue angle of 163.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488776 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 135 | 118 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.47 |
| HSL | 163.81º | 0.3% | 0.41% | - |
| HSV(B) | 163.81º | 0.47% | 0.53% | - |
| XYZ | 14.61 | 20.01 | 20.23 | - |
| YUV | 114.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 118 | 0.47 | 0 | 0.13 | 0.47 | 163.81 | 0.3 | 0.41 |
| Hex | 48 | 87 | 76 | 2F | 0 | D | 2F | A4 | 1E | 29 |
| Octal | 110 | 207 | 166 | 57 | 0 | 15 | 57 | 244 | 36 | 51 |
| Binary | 1001000 | 10000111 | 1110110 | 101111 | 0 | 1101 | 101111 | 10100100 | 11110 | 101001 |
Color Harmonies of #488776
Complementary color
Monochromatic Colors of #488776
Black with #488776
Text Example
Text Example
White with #488776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488776; }
p { color: rgb(72,135,118); }
H1.HeaderClassName
{
color: #488776;
}
.AnyTagClassName
{
color: #488776;
}
</style>
background-color css
<style>
a { background-color: #488776; }
a { background-color: rgb(72,135,118); }
div.DivClassName
{
background-color: #488776;
}
.BgClassName
{
background-color: #488776;
}
</style>
border-color css
<style>
span { border-color: #488776; }
span { border-color: rgb(72,135,118); }
td.TdClassName
{
border-color: #488776;
}
.TagClassName
{
border-color: #488776;
}
</style>