Shades of Viridian #488677
Tints of Viridian #488677
RGB
CMYK
RGB Variations
Color information
#488677 (or 0x488677) is known color: Viridian. HEX triplet: 48, 86 and 77. RGB value is (72,134,119). Sum of RGB (Red+Green+Blue) = 72+134+119=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #488677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488677 is #B77988. Grayscale: #717171. Windows color (decimal): -12024201 or 7833160. OLE color: 7833160.
HSL color Cylindrical-coordinate representation of color #488677: hue angle of 165.48º 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 #488677 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 119 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.47 |
| HSL | 165.48º | 0.3% | 0.4% | - |
| HSV(B) | 165.48º | 0.46% | 0.53% | - |
| XYZ | 14.53 | 19.76 | 20.5 | - |
| YUV | 113.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 119 | 0.46 | 0 | 0.11 | 0.47 | 165.48 | 0.3 | 0.4 |
| Hex | 48 | 86 | 77 | 2E | 0 | B | 2F | A5 | 1E | 28 |
| Octal | 110 | 206 | 167 | 56 | 0 | 13 | 57 | 245 | 36 | 50 |
| Binary | 1001000 | 10000110 | 1110111 | 101110 | 0 | 1011 | 101111 | 10100101 | 11110 | 101000 |
Color Harmonies of #488677
Complementary color
Monochromatic Colors of #488677
Black with #488677
Text Example
Text Example
White with #488677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488677; }
p { color: rgb(72,134,119); }
H1.HeaderClassName
{
color: #488677;
}
.AnyTagClassName
{
color: #488677;
}
</style>
background-color css
<style>
a { background-color: #488677; }
a { background-color: rgb(72,134,119); }
div.DivClassName
{
background-color: #488677;
}
.BgClassName
{
background-color: #488677;
}
</style>
border-color css
<style>
span { border-color: #488677; }
span { border-color: rgb(72,134,119); }
td.TdClassName
{
border-color: #488677;
}
.TagClassName
{
border-color: #488677;
}
</style>