#489B55

Color #489B55 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #489B55

Tints of Fruit Salad #489B55

Color information

#489B55 (or 0x489B55) is unknown color: approx Fruit Salad. HEX triplet: 48, 9B and 55. RGB value is (72,155,85). Sum of RGB (Red+Green+Blue) = 72+155+85=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #489B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B55 is #B764AA. Grayscale: #7A7A7A. Windows color (decimal): -12018859 or 5610312. OLE color: 5610312.

HSL color Cylindrical-coordinate representation of color #489B55: hue angle of 129.4º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B55 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB7215585-
CMYK0.5400.450.39
HSL129.4º36.56%44.51%-
HSV(B)129.4º53.55%60.78%-
XYZ16.0325.4812.67-
YUV122.210792.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 155 (60.94% from 255) = 49.68%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=23.08%
G=49.68%
B=27.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72155850.5400.450.39129.436.5644.51
Hex489B553602D2781252d
Octal11023312566055472014555
Binary1001000100110111010101110110010110110011110000001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489B55; }

 p { color: rgb(72,155,85); }

 H1.HeaderClassName
 {
   color: #489B55;
 }
 .AnyTagClassName
 {
   color: #489B55;
 }
</style>
background-color css

<style>
 a { background-color: #489B55; }

 a { background-color: rgb(72,155,85); }

 div.DivClassName
 {
   background-color: #489B55;
 }
 .BgClassName
 {
   background-color: #489B55;
 }
</style>
border-color css

<style>
 span { border-color: #489B55; }

 span { border-color: rgb(72,155,85); }

 td.TdClassName
 {
   border-color: #489B55;
 }
 .TagClassName
 {
   border-color: #489B55;
 }
</style>