#489B52

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

Shades of Fruit Salad #489B52

Tints of Fruit Salad #489B52

Color information

#489B52 (or 0x489B52) is unknown color: approx Fruit Salad. HEX triplet: 48, 9B and 52. RGB value is (72,155,82). Sum of RGB (Red+Green+Blue) = 72+155+82=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #489B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B52 is #B764AD. Grayscale: #7A7A7A. Windows color (decimal): -12018862 or 5413704. OLE color: 5413704.

HSL color Cylindrical-coordinate representation of color #489B52: hue angle of 127.23º 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 #489B52 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB7215582-
CMYK0.5400.470.39
HSL127.23º36.56%44.51%-
HSV(B)127.23º53.55%60.78%-
XYZ15.9225.4312.05-
YUV121.86105.592.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 155 (60.94% from 255) = 50.16%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=23.30%
G=50.16%
B=26.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72155820.5400.470.39127.2336.5644.51
Hex489B523602F277f252d
Octal11023312266057471774555
Binary100100010011011101001011011001011111001111111111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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