Shades of Fruit Salad #489741
Tints of Fruit Salad #489741
RGB
CMYK
RGB Variations
Color information
#489741 (or 0x489741) is known color: Fruit Salad. HEX triplet: 48, 97 and 41. RGB value is (72,151,65). Sum of RGB (Red+Green+Blue) = 72+151+65=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #489741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489741 is #B768BE. Grayscale: #757575. Windows color (decimal): -12019903 or 4298568. OLE color: 4298568.
HSL color Cylindrical-coordinate representation of color #489741: hue angle of 115.12º 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 #489741 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 151 | 65 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.41 |
| HSL | 115.12º | 0.4% | 0.42% | - |
| HSV(B) | 115.12º | 0.57% | 0.59% | - |
| XYZ | 14.69 | 23.89 | 8.84 | - |
| YUV | 117.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 151 | 65 | 0.52 | 0 | 0.57 | 0.41 | 115.12 | 0.4 | 0.42 |
| Hex | 48 | 97 | 41 | 34 | 0 | 39 | 29 | 73 | 28 | 2A |
| Octal | 110 | 227 | 101 | 64 | 0 | 71 | 51 | 163 | 50 | 52 |
| Binary | 1001000 | 10010111 | 1000001 | 110100 | 0 | 111001 | 101001 | 1110011 | 101000 | 101010 |
Color Harmonies of #489741
Complementary color
Monochromatic Colors of #489741
Black with #489741
Text Example
Text Example
White with #489741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489741; }
p { color: rgb(72,151,65); }
H1.HeaderClassName
{
color: #489741;
}
.AnyTagClassName
{
color: #489741;
}
</style>
background-color css
<style>
a { background-color: #489741; }
a { background-color: rgb(72,151,65); }
div.DivClassName
{
background-color: #489741;
}
.BgClassName
{
background-color: #489741;
}
</style>
border-color css
<style>
span { border-color: #489741; }
span { border-color: rgb(72,151,65); }
td.TdClassName
{
border-color: #489741;
}
.TagClassName
{
border-color: #489741;
}
</style>