Shades of Viridian #488E76
Tints of Viridian #488E76
RGB
CMYK
RGB Variations
Color information
#488E76 (or 0x488E76) is known color: Viridian. HEX triplet: 48, 8E and 76. RGB value is (72,142,118). Sum of RGB (Red+Green+Blue) = 72+142+118=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #488E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488E76 is #B77189. Grayscale: #767676. Windows color (decimal): -12022154 or 7769672. OLE color: 7769672.
HSL color Cylindrical-coordinate representation of color #488E76: hue angle of 159.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488E76 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 118 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.44 |
| HSL | 159.43º | 0.33% | 0.42% | - |
| HSV(B) | 159.43º | 0.49% | 0.56% | - |
| XYZ | 15.62 | 22.03 | 20.57 | - |
| YUV | 118.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 118 | 0.49 | 0 | 0.17 | 0.44 | 159.43 | 0.33 | 0.42 |
| Hex | 48 | 8E | 76 | 31 | 0 | 11 | 2C | 9F | 21 | 2A |
| Octal | 110 | 216 | 166 | 61 | 0 | 21 | 54 | 237 | 41 | 52 |
| Binary | 1001000 | 10001110 | 1110110 | 110001 | 0 | 10001 | 101100 | 10011111 | 100001 | 101010 |
Color Harmonies of #488E76
Complementary color
Monochromatic Colors of #488E76
Black with #488E76
Text Example
Text Example
White with #488E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E76; }
p { color: rgb(72,142,118); }
H1.HeaderClassName
{
color: #488E76;
}
.AnyTagClassName
{
color: #488E76;
}
</style>
background-color css
<style>
a { background-color: #488E76; }
a { background-color: rgb(72,142,118); }
div.DivClassName
{
background-color: #488E76;
}
.BgClassName
{
background-color: #488E76;
}
</style>
border-color css
<style>
span { border-color: #488E76; }
span { border-color: rgb(72,142,118); }
td.TdClassName
{
border-color: #488E76;
}
.TagClassName
{
border-color: #488E76;
}
</style>