Shades of Fruit Salad #489243
Tints of Fruit Salad #489243
RGB
CMYK
RGB Variations
Color information
#489243 (or 0x489243) is known color: Fruit Salad. HEX triplet: 48, 92 and 43. RGB value is (72,146,67). Sum of RGB (Red+Green+Blue) = 72+146+67=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #489243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489243 is #B76DBC. Grayscale: #737373. Windows color (decimal): -12021181 or 4428360. OLE color: 4428360.
HSL color Cylindrical-coordinate representation of color #489243: hue angle of 116.2º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489243 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 146 | 67 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.43 |
| HSL | 116.2º | 0.37% | 0.42% | - |
| HSV(B) | 116.2º | 0.54% | 0.57% | - |
| XYZ | 13.96 | 22.34 | 8.89 | - |
| YUV | 114.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 67 | 0.51 | 0 | 0.54 | 0.43 | 116.2 | 0.37 | 0.42 |
| Hex | 48 | 92 | 43 | 33 | 0 | 36 | 2B | 74 | 25 | 2A |
| Octal | 110 | 222 | 103 | 63 | 0 | 66 | 53 | 164 | 45 | 52 |
| Binary | 1001000 | 10010010 | 1000011 | 110011 | 0 | 110110 | 101011 | 1110100 | 100101 | 101010 |
Color Harmonies of #489243
Complementary color
Monochromatic Colors of #489243
Black with #489243
Text Example
Text Example
White with #489243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489243; }
p { color: rgb(72,146,67); }
H1.HeaderClassName
{
color: #489243;
}
.AnyTagClassName
{
color: #489243;
}
</style>
background-color css
<style>
a { background-color: #489243; }
a { background-color: rgb(72,146,67); }
div.DivClassName
{
background-color: #489243;
}
.BgClassName
{
background-color: #489243;
}
</style>
border-color css
<style>
span { border-color: #489243; }
span { border-color: rgb(72,146,67); }
td.TdClassName
{
border-color: #489243;
}
.TagClassName
{
border-color: #489243;
}
</style>