Shades of Viridian #488772
Tints of Viridian #488772
RGB
CMYK
RGB Variations
Color information
#488772 (or 0x488772) is known color: Viridian. HEX triplet: 48, 87 and 72. RGB value is (72,135,114). Sum of RGB (Red+Green+Blue) = 72+135+114=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #488772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488772 is #B7788D. Grayscale: #717171. Windows color (decimal): -12023950 or 7505736. OLE color: 7505736.
HSL color Cylindrical-coordinate representation of color #488772: hue angle of 160º 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 #488772 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 135 | 114 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.47 |
| HSL | 160º | 0.3% | 0.41% | - |
| HSV(B) | 160º | 0.47% | 0.53% | - |
| XYZ | 14.37 | 19.92 | 19.01 | - |
| YUV | 113.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 114 | 0.47 | 0 | 0.16 | 0.47 | 160 | 0.3 | 0.41 |
| Hex | 48 | 87 | 72 | 2F | 0 | 10 | 2F | A0 | 1E | 29 |
| Octal | 110 | 207 | 162 | 57 | 0 | 20 | 57 | 240 | 36 | 51 |
| Binary | 1001000 | 10000111 | 1110010 | 101111 | 0 | 10000 | 101111 | 10100000 | 11110 | 101001 |
Color Harmonies of #488772
Complementary color
Monochromatic Colors of #488772
Black with #488772
Text Example
Text Example
White with #488772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488772; }
p { color: rgb(72,135,114); }
H1.HeaderClassName
{
color: #488772;
}
.AnyTagClassName
{
color: #488772;
}
</style>
background-color css
<style>
a { background-color: #488772; }
a { background-color: rgb(72,135,114); }
div.DivClassName
{
background-color: #488772;
}
.BgClassName
{
background-color: #488772;
}
</style>
border-color css
<style>
span { border-color: #488772; }
span { border-color: rgb(72,135,114); }
td.TdClassName
{
border-color: #488772;
}
.TagClassName
{
border-color: #488772;
}
</style>