Shades of Fruit Salad #489E4D
Tints of Fruit Salad #489E4D
RGB
CMYK
RGB Variations
Color information
#489E4D (or 0x489E4D) is known color: Fruit Salad. HEX triplet: 48, 9E and 4D. RGB value is (72,158,77). Sum of RGB (Red+Green+Blue) = 72+158+77=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #489E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489E4D is #B761B2. Grayscale: #7B7B7B. Windows color (decimal): -12018099 or 5086792. OLE color: 5086792.
HSL color Cylindrical-coordinate representation of color #489E4D: hue angle of 123.49º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489E4D is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 158 | 77 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.38 |
| HSL | 123.49º | 0.37% | 0.45% | - |
| HSV(B) | 123.49º | 0.54% | 0.62% | - |
| XYZ | 16.24 | 26.37 | 11.25 | - |
| YUV | 123.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 77 | 0.54 | 0 | 0.51 | 0.38 | 123.49 | 0.37 | 0.45 |
| Hex | 48 | 9E | 4D | 36 | 0 | 33 | 26 | 7B | 25 | 2D |
| Octal | 110 | 236 | 115 | 66 | 0 | 63 | 46 | 173 | 45 | 55 |
| Binary | 1001000 | 10011110 | 1001101 | 110110 | 0 | 110011 | 100110 | 1111011 | 100101 | 101101 |
Color Harmonies of #489E4D
Complementary color
Monochromatic Colors of #489E4D
Black with #489E4D
Text Example
Text Example
White with #489E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489E4D; }
p { color: rgb(72,158,77); }
H1.HeaderClassName
{
color: #489E4D;
}
.AnyTagClassName
{
color: #489E4D;
}
</style>
background-color css
<style>
a { background-color: #489E4D; }
a { background-color: rgb(72,158,77); }
div.DivClassName
{
background-color: #489E4D;
}
.BgClassName
{
background-color: #489E4D;
}
</style>
border-color css
<style>
span { border-color: #489E4D; }
span { border-color: rgb(72,158,77); }
td.TdClassName
{
border-color: #489E4D;
}
.TagClassName
{
border-color: #489E4D;
}
</style>