Shades of Fruit Salad #489A4D
Tints of Fruit Salad #489A4D
RGB
CMYK
RGB Variations
Color information
#489A4D (or 0x489A4D) is known color: Fruit Salad. HEX triplet: 48, 9A and 4D. RGB value is (72,154,77). Sum of RGB (Red+Green+Blue) = 72+154+77=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #489A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489A4D is #B765B2. Grayscale: #787878. Windows color (decimal): -12019123 or 5085768. OLE color: 5085768.
HSL color Cylindrical-coordinate representation of color #489A4D: hue angle of 123.66º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489A4D is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 154 | 77 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.40 |
| HSL | 123.66º | 0.36% | 0.44% | - |
| HSV(B) | 123.66º | 0.53% | 0.6% | - |
| XYZ | 15.57 | 25.02 | 11.03 | - |
| YUV | 120.7 | 103.33 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 77 | 0.53 | 0 | 0.50 | 0.40 | 123.66 | 0.36 | 0.44 |
| Hex | 48 | 9A | 4D | 35 | 0 | 32 | 28 | 7C | 24 | 2C |
| Octal | 110 | 232 | 115 | 65 | 0 | 62 | 50 | 174 | 44 | 54 |
| Binary | 1001000 | 10011010 | 1001101 | 110101 | 0 | 110010 | 101000 | 1111100 | 100100 | 101100 |
Color Harmonies of #489A4D
Complementary color
Monochromatic Colors of #489A4D
Black with #489A4D
Text Example
Text Example
White with #489A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489A4D; }
p { color: rgb(72,154,77); }
H1.HeaderClassName
{
color: #489A4D;
}
.AnyTagClassName
{
color: #489A4D;
}
</style>
background-color css
<style>
a { background-color: #489A4D; }
a { background-color: rgb(72,154,77); }
div.DivClassName
{
background-color: #489A4D;
}
.BgClassName
{
background-color: #489A4D;
}
</style>
border-color css
<style>
span { border-color: #489A4D; }
span { border-color: rgb(72,154,77); }
td.TdClassName
{
border-color: #489A4D;
}
.TagClassName
{
border-color: #489A4D;
}
</style>