Shades of Fruit Salad #489752
Tints of Fruit Salad #489752
RGB
CMYK
RGB Variations
Color information
#489752 (or 0x489752) is known color: Fruit Salad. HEX triplet: 48, 97 and 52. RGB value is (72,151,82). Sum of RGB (Red+Green+Blue) = 72+151+82=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #489752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489752 is #B768AD. Grayscale: #777777. Windows color (decimal): -12019886 or 5412680. OLE color: 5412680.
HSL color Cylindrical-coordinate representation of color #489752: hue angle of 127.59º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489752 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 151 | 82 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.41 |
| HSL | 127.59º | 0.35% | 0.44% | - |
| HSV(B) | 127.59º | 0.52% | 0.59% | - |
| XYZ | 15.26 | 24.12 | 11.83 | - |
| YUV | 119.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 151 | 82 | 0.52 | 0 | 0.46 | 0.41 | 127.59 | 0.35 | 0.44 |
| Hex | 48 | 97 | 52 | 34 | 0 | 2E | 29 | 80 | 23 | 2C |
| Octal | 110 | 227 | 122 | 64 | 0 | 56 | 51 | 200 | 43 | 54 |
| Binary | 1001000 | 10010111 | 1010010 | 110100 | 0 | 101110 | 101001 | 10000000 | 100011 | 101100 |
Color Harmonies of #489752
Complementary color
Monochromatic Colors of #489752
Black with #489752
Text Example
Text Example
White with #489752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489752; }
p { color: rgb(72,151,82); }
H1.HeaderClassName
{
color: #489752;
}
.AnyTagClassName
{
color: #489752;
}
</style>
background-color css
<style>
a { background-color: #489752; }
a { background-color: rgb(72,151,82); }
div.DivClassName
{
background-color: #489752;
}
.BgClassName
{
background-color: #489752;
}
</style>
border-color css
<style>
span { border-color: #489752; }
span { border-color: rgb(72,151,82); }
td.TdClassName
{
border-color: #489752;
}
.TagClassName
{
border-color: #489752;
}
</style>