Shades of Fruit Salad #489D4B
Tints of Fruit Salad #489D4B
RGB
CMYK
RGB Variations
Color information
#489D4B (or 0x489D4B) is known color: Fruit Salad. HEX triplet: 48, 9D and 4B. RGB value is (72,157,75). Sum of RGB (Red+Green+Blue) = 72+157+75=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #489D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489D4B is #B762B4. Grayscale: #7A7A7A. Windows color (decimal): -12018357 or 4955464. OLE color: 4955464.
HSL color Cylindrical-coordinate representation of color #489D4B: hue angle of 122.12º 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 #489D4B is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 157 | 75 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.38 |
| HSL | 122.12º | 0.37% | 0.45% | - |
| HSV(B) | 122.12º | 0.54% | 0.62% | - |
| XYZ | 16 | 26 | 10.83 | - |
| YUV | 122.24 | 101.34 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 75 | 0.54 | 0 | 0.52 | 0.38 | 122.12 | 0.37 | 0.45 |
| Hex | 48 | 9D | 4B | 36 | 0 | 34 | 26 | 7A | 25 | 2D |
| Octal | 110 | 235 | 113 | 66 | 0 | 64 | 46 | 172 | 45 | 55 |
| Binary | 1001000 | 10011101 | 1001011 | 110110 | 0 | 110100 | 100110 | 1111010 | 100101 | 101101 |
Color Harmonies of #489D4B
Complementary color
Monochromatic Colors of #489D4B
Black with #489D4B
Text Example
Text Example
White with #489D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489D4B; }
p { color: rgb(72,157,75); }
H1.HeaderClassName
{
color: #489D4B;
}
.AnyTagClassName
{
color: #489D4B;
}
</style>
background-color css
<style>
a { background-color: #489D4B; }
a { background-color: rgb(72,157,75); }
div.DivClassName
{
background-color: #489D4B;
}
.BgClassName
{
background-color: #489D4B;
}
</style>
border-color css
<style>
span { border-color: #489D4B; }
span { border-color: rgb(72,157,75); }
td.TdClassName
{
border-color: #489D4B;
}
.TagClassName
{
border-color: #489D4B;
}
</style>