Shades of Padua #74B492
Tints of Padua #74B492
RGB
CMYK
RGB Variations
Color information
#74B492 (or 0x74B492) is known color: Padua. HEX triplet: 74, B4 and 92. RGB value is (116,180,146). Sum of RGB (Red+Green+Blue) = 116+180+146=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #74B492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B492 is #8B4B6D. Grayscale: #9D9D9D. Windows color (decimal): -9128814 or 9614452. OLE color: 9614452.
HSL color Cylindrical-coordinate representation of color #74B492: hue angle of 148.12º 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 #74B492 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 180 | 146 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.29 |
| HSL | 148.13º | 0.3% | 0.58% | - |
| HSV(B) | 148.13º | 0.36% | 0.71% | - |
| XYZ | 28.71 | 38.43 | 33.1 | - |
| YUV | 156.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 146 | 0.36 | 0 | 0.19 | 0.29 | 148.13 | 0.3 | 0.58 |
| Hex | 74 | B4 | 92 | 24 | 0 | 13 | 1D | 94 | 1E | 3A |
| Octal | 164 | 264 | 222 | 44 | 0 | 23 | 35 | 224 | 36 | 72 |
| Binary | 1110100 | 10110100 | 10010010 | 100100 | 0 | 10011 | 11101 | 10010100 | 11110 | 111010 |
Color Harmonies of #74B492
Complementary color
Monochromatic Colors of #74B492
Black with #74B492
Text Example
Text Example
White with #74B492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B492; }
p { color: rgb(116,180,146); }
H1.HeaderClassName
{
color: #74B492;
}
.AnyTagClassName
{
color: #74B492;
}
</style>
background-color css
<style>
a { background-color: #74B492; }
a { background-color: rgb(116,180,146); }
div.DivClassName
{
background-color: #74B492;
}
.BgClassName
{
background-color: #74B492;
}
</style>
border-color css
<style>
span { border-color: #74B492; }
span { border-color: rgb(116,180,146); }
td.TdClassName
{
border-color: #74B492;
}
.TagClassName
{
border-color: #74B492;
}
</style>