Shades of Fruit Salad #489640
Tints of Fruit Salad #489640
RGB
CMYK
RGB Variations
Color information
#489640 (or 0x489640) is known color: Fruit Salad. HEX triplet: 48, 96 and 40. RGB value is (72,150,64). Sum of RGB (Red+Green+Blue) = 72+150+64=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #489640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489640 is #B769BF. Grayscale: #757575. Windows color (decimal): -12020160 or 4232776. OLE color: 4232776.
HSL color Cylindrical-coordinate representation of color #489640: hue angle of 114.42º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #489640 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 150 | 64 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.41 |
| HSL | 114.42º | 0.4% | 0.42% | - |
| HSV(B) | 114.42º | 0.57% | 0.59% | - |
| XYZ | 14.5 | 23.56 | 8.63 | - |
| YUV | 116.87 | 98.16 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 64 | 0.52 | 0 | 0.57 | 0.41 | 114.42 | 0.4 | 0.42 |
| Hex | 48 | 96 | 40 | 34 | 0 | 39 | 29 | 72 | 28 | 2A |
| Octal | 110 | 226 | 100 | 64 | 0 | 71 | 51 | 162 | 50 | 52 |
| Binary | 1001000 | 10010110 | 1000000 | 110100 | 0 | 111001 | 101001 | 1110010 | 101000 | 101010 |
Color Harmonies of #489640
Complementary color
Monochromatic Colors of #489640
Black with #489640
Text Example
Text Example
White with #489640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489640; }
p { color: rgb(72,150,64); }
H1.HeaderClassName
{
color: #489640;
}
.AnyTagClassName
{
color: #489640;
}
</style>
background-color css
<style>
a { background-color: #489640; }
a { background-color: rgb(72,150,64); }
div.DivClassName
{
background-color: #489640;
}
.BgClassName
{
background-color: #489640;
}
</style>
border-color css
<style>
span { border-color: #489640; }
span { border-color: rgb(72,150,64); }
td.TdClassName
{
border-color: #489640;
}
.TagClassName
{
border-color: #489640;
}
</style>