Shades of Viridian #488573
Tints of Viridian #488573
RGB
CMYK
RGB Variations
Color information
#488573 (or 0x488573) is known color: Viridian. HEX triplet: 48, 85 and 73. RGB value is (72,133,115). Sum of RGB (Red+Green+Blue) = 72+133+115=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #488573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488573 is #B77A8C. Grayscale: #707070. Windows color (decimal): -12024461 or 7570760. OLE color: 7570760.
HSL color Cylindrical-coordinate representation of color #488573: hue angle of 162.3º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488573 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 115 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.48 |
| HSL | 162.3º | 0.3% | 0.4% | - |
| HSV(B) | 162.3º | 0.46% | 0.52% | - |
| XYZ | 14.15 | 19.39 | 19.22 | - |
| YUV | 112.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 115 | 0.46 | 0 | 0.14 | 0.48 | 162.3 | 0.3 | 0.4 |
| Hex | 48 | 85 | 73 | 2E | 0 | E | 30 | A2 | 1E | 28 |
| Octal | 110 | 205 | 163 | 56 | 0 | 16 | 60 | 242 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1110011 | 101110 | 0 | 1110 | 110000 | 10100010 | 11110 | 101000 |
Color Harmonies of #488573
Complementary color
Monochromatic Colors of #488573
Black with #488573
Text Example
Text Example
White with #488573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488573; }
p { color: rgb(72,133,115); }
H1.HeaderClassName
{
color: #488573;
}
.AnyTagClassName
{
color: #488573;
}
</style>
background-color css
<style>
a { background-color: #488573; }
a { background-color: rgb(72,133,115); }
div.DivClassName
{
background-color: #488573;
}
.BgClassName
{
background-color: #488573;
}
</style>
border-color css
<style>
span { border-color: #488573; }
span { border-color: rgb(72,133,115); }
td.TdClassName
{
border-color: #488573;
}
.TagClassName
{
border-color: #488573;
}
</style>