Shades of Viridian #488976
Tints of Viridian #488976
RGB
CMYK
RGB Variations
Color information
#488976 (or 0x488976) is known color: Viridian. HEX triplet: 48, 89 and 76. RGB value is (72,137,118). Sum of RGB (Red+Green+Blue) = 72+137+118=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #488976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488976 is #B77689. Grayscale: #737373. Windows color (decimal): -12023434 or 7768392. OLE color: 7768392.
HSL color Cylindrical-coordinate representation of color #488976: hue angle of 162.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488976 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 118 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.46 |
| HSL | 162.46º | 0.31% | 0.41% | - |
| HSV(B) | 162.46º | 0.47% | 0.54% | - |
| XYZ | 14.89 | 20.58 | 20.33 | - |
| YUV | 115.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 118 | 0.47 | 0 | 0.14 | 0.46 | 162.46 | 0.31 | 0.41 |
| Hex | 48 | 89 | 76 | 2F | 0 | E | 2E | A2 | 1F | 29 |
| Octal | 110 | 211 | 166 | 57 | 0 | 16 | 56 | 242 | 37 | 51 |
| Binary | 1001000 | 10001001 | 1110110 | 101111 | 0 | 1110 | 101110 | 10100010 | 11111 | 101001 |
Color Harmonies of #488976
Complementary color
Monochromatic Colors of #488976
Black with #488976
Text Example
Text Example
White with #488976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488976; }
p { color: rgb(72,137,118); }
H1.HeaderClassName
{
color: #488976;
}
.AnyTagClassName
{
color: #488976;
}
</style>
background-color css
<style>
a { background-color: #488976; }
a { background-color: rgb(72,137,118); }
div.DivClassName
{
background-color: #488976;
}
.BgClassName
{
background-color: #488976;
}
</style>
border-color css
<style>
span { border-color: #488976; }
span { border-color: rgb(72,137,118); }
td.TdClassName
{
border-color: #488976;
}
.TagClassName
{
border-color: #488976;
}
</style>