Shades of Padua #74B290
Tints of Padua #74B290
RGB
CMYK
RGB Variations
Color information
#74B290 (or 0x74B290) is known color: Padua. HEX triplet: 74, B2 and 90. RGB value is (116,178,144). Sum of RGB (Red+Green+Blue) = 116+178+144=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #74B290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74B290 is #8B4D6F. Grayscale: #9B9B9B. Windows color (decimal): -9129328 or 9482868. OLE color: 9482868.
HSL color Cylindrical-coordinate representation of color #74B290: hue angle of 147.1º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74B290 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 178 | 144 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.30 |
| HSL | 147.1º | 0.29% | 0.58% | - |
| HSV(B) | 147.1º | 0.35% | 0.7% | - |
| XYZ | 28.16 | 37.57 | 32.15 | - |
| YUV | 155.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 178 | 144 | 0.35 | 0 | 0.19 | 0.30 | 147.1 | 0.29 | 0.58 |
| Hex | 74 | B2 | 90 | 23 | 0 | 13 | 1E | 93 | 1D | 3A |
| Octal | 164 | 262 | 220 | 43 | 0 | 23 | 36 | 223 | 35 | 72 |
| Binary | 1110100 | 10110010 | 10010000 | 100011 | 0 | 10011 | 11110 | 10010011 | 11101 | 111010 |
Color Harmonies of #74B290
Complementary color
Monochromatic Colors of #74B290
Black with #74B290
Text Example
Text Example
White with #74B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B290; }
p { color: rgb(116,178,144); }
H1.HeaderClassName
{
color: #74B290;
}
.AnyTagClassName
{
color: #74B290;
}
</style>
background-color css
<style>
a { background-color: #74B290; }
a { background-color: rgb(116,178,144); }
div.DivClassName
{
background-color: #74B290;
}
.BgClassName
{
background-color: #74B290;
}
</style>
border-color css
<style>
span { border-color: #74B290; }
span { border-color: rgb(116,178,144); }
td.TdClassName
{
border-color: #74B290;
}
.TagClassName
{
border-color: #74B290;
}
</style>