Shades of Viridian #488B73
Tints of Viridian #488B73
RGB
CMYK
RGB Variations
Color information
#488B73 (or 0x488B73) is known color: Viridian. HEX triplet: 48, 8B and 73. RGB value is (72,139,115). Sum of RGB (Red+Green+Blue) = 72+139+115=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #488B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B73 is #B7748C. Grayscale: #747474. Windows color (decimal): -12022925 or 7572296. OLE color: 7572296.
HSL color Cylindrical-coordinate representation of color #488B73: hue angle of 158.51º 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 #488B73 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 115 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.45 |
| HSL | 158.51º | 0.32% | 0.41% | - |
| HSV(B) | 158.51º | 0.48% | 0.55% | - |
| XYZ | 15 | 21.08 | 19.5 | - |
| YUV | 116.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 115 | 0.48 | 0 | 0.17 | 0.45 | 158.51 | 0.32 | 0.41 |
| Hex | 48 | 8B | 73 | 30 | 0 | 11 | 2D | 9F | 20 | 29 |
| Octal | 110 | 213 | 163 | 60 | 0 | 21 | 55 | 237 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1110011 | 110000 | 0 | 10001 | 101101 | 10011111 | 100000 | 101001 |
Color Harmonies of #488B73
Complementary color
Monochromatic Colors of #488B73
Black with #488B73
Text Example
Text Example
White with #488B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B73; }
p { color: rgb(72,139,115); }
H1.HeaderClassName
{
color: #488B73;
}
.AnyTagClassName
{
color: #488B73;
}
</style>
background-color css
<style>
a { background-color: #488B73; }
a { background-color: rgb(72,139,115); }
div.DivClassName
{
background-color: #488B73;
}
.BgClassName
{
background-color: #488B73;
}
</style>
border-color css
<style>
span { border-color: #488B73; }
span { border-color: rgb(72,139,115); }
td.TdClassName
{
border-color: #488B73;
}
.TagClassName
{
border-color: #488B73;
}
</style>