Shades of Fruit Salad #489441
Tints of Fruit Salad #489441
RGB
CMYK
RGB Variations
Color information
#489441 (or 0x489441) is known color: Fruit Salad. HEX triplet: 48, 94 and 41. RGB value is (72,148,65). Sum of RGB (Red+Green+Blue) = 72+148+65=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #489441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489441 is #B76BBE. Grayscale: #747474. Windows color (decimal): -12020671 or 4297800. OLE color: 4297800.
HSL color Cylindrical-coordinate representation of color #489441: hue angle of 114.94º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #489441 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 148 | 65 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.42 |
| HSL | 114.94º | 0.39% | 0.42% | - |
| HSV(B) | 114.94º | 0.56% | 0.58% | - |
| XYZ | 14.22 | 22.94 | 8.68 | - |
| YUV | 115.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 65 | 0.51 | 0 | 0.56 | 0.42 | 114.94 | 0.39 | 0.42 |
| Hex | 48 | 94 | 41 | 33 | 0 | 38 | 2A | 73 | 27 | 2A |
| Octal | 110 | 224 | 101 | 63 | 0 | 70 | 52 | 163 | 47 | 52 |
| Binary | 1001000 | 10010100 | 1000001 | 110011 | 0 | 111000 | 101010 | 1110011 | 100111 | 101010 |
Color Harmonies of #489441
Complementary color
Monochromatic Colors of #489441
Black with #489441
Text Example
Text Example
White with #489441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489441; }
p { color: rgb(72,148,65); }
H1.HeaderClassName
{
color: #489441;
}
.AnyTagClassName
{
color: #489441;
}
</style>
background-color css
<style>
a { background-color: #489441; }
a { background-color: rgb(72,148,65); }
div.DivClassName
{
background-color: #489441;
}
.BgClassName
{
background-color: #489441;
}
</style>
border-color css
<style>
span { border-color: #489441; }
span { border-color: rgb(72,148,65); }
td.TdClassName
{
border-color: #489441;
}
.TagClassName
{
border-color: #489441;
}
</style>