Shades of Padua #73B490
Tints of Padua #73B490
RGB
CMYK
RGB Variations
Color information
#73B490 (or 0x73B490) is known color: Padua. HEX triplet: 73, B4 and 90. RGB value is (115,180,144). Sum of RGB (Red+Green+Blue) = 115+180+144=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #73B490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B490 is #8C4B6F. Grayscale: #9C9C9C. Windows color (decimal): -9194352 or 9483379. OLE color: 9483379.
HSL color Cylindrical-coordinate representation of color #73B490: hue angle of 146.77º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B490 is Cyan = 0.36, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 144 | - |
| CMYK | 0.36 | 0 | 0.2 | 0.29 |
| HSL | 146.77º | 0.3% | 0.58% | - |
| HSV(B) | 146.77º | 0.36% | 0.71% | - |
| XYZ | 28.43 | 38.3 | 32.28 | - |
| YUV | 156.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 144 | 0.36 | 0 | 0.2 | 0.29 | 146.77 | 0.3 | 0.58 |
| Hex | 73 | B4 | 90 | 24 | 0 | 14 | 1D | 93 | 1E | 3A |
| Octal | 163 | 264 | 220 | 44 | 0 | 24 | 35 | 223 | 36 | 72 |
| Binary | 1110011 | 10110100 | 10010000 | 100100 | 0 | 10100 | 11101 | 10010011 | 11110 | 111010 |
Color Harmonies of #73B490
Complementary color
Monochromatic Colors of #73B490
Black with #73B490
Text Example
Text Example
White with #73B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B490; }
p { color: rgb(115,180,144); }
H1.HeaderClassName
{
color: #73B490;
}
.AnyTagClassName
{
color: #73B490;
}
</style>
background-color css
<style>
a { background-color: #73B490; }
a { background-color: rgb(115,180,144); }
div.DivClassName
{
background-color: #73B490;
}
.BgClassName
{
background-color: #73B490;
}
</style>
border-color css
<style>
span { border-color: #73B490; }
span { border-color: rgb(115,180,144); }
td.TdClassName
{
border-color: #73B490;
}
.TagClassName
{
border-color: #73B490;
}
</style>