Shades of Viridian #488B77
Tints of Viridian #488B77
RGB
CMYK
RGB Variations
Color information
#488B77 (or 0x488B77) is known color: Viridian. HEX triplet: 48, 8B and 77. RGB value is (72,139,119). Sum of RGB (Red+Green+Blue) = 72+139+119=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #488B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B77 is #B77488. Grayscale: #747474. Windows color (decimal): -12022921 or 7834440. OLE color: 7834440.
HSL color Cylindrical-coordinate representation of color #488B77: hue angle of 162.09º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B77 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 119 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.45 |
| HSL | 162.09º | 0.32% | 0.41% | - |
| HSV(B) | 162.09º | 0.48% | 0.55% | - |
| XYZ | 15.23 | 21.17 | 20.74 | - |
| YUV | 116.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 119 | 0.48 | 0 | 0.14 | 0.45 | 162.09 | 0.32 | 0.41 |
| Hex | 48 | 8B | 77 | 30 | 0 | E | 2D | A2 | 20 | 29 |
| Octal | 110 | 213 | 167 | 60 | 0 | 16 | 55 | 242 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1110111 | 110000 | 0 | 1110 | 101101 | 10100010 | 100000 | 101001 |
Color Harmonies of #488B77
Complementary color
Monochromatic Colors of #488B77
Black with #488B77
Text Example
Text Example
White with #488B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B77; }
p { color: rgb(72,139,119); }
H1.HeaderClassName
{
color: #488B77;
}
.AnyTagClassName
{
color: #488B77;
}
</style>
background-color css
<style>
a { background-color: #488B77; }
a { background-color: rgb(72,139,119); }
div.DivClassName
{
background-color: #488B77;
}
.BgClassName
{
background-color: #488B77;
}
</style>
border-color css
<style>
span { border-color: #488B77; }
span { border-color: rgb(72,139,119); }
td.TdClassName
{
border-color: #488B77;
}
.TagClassName
{
border-color: #488B77;
}
</style>