#489B54

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

Shades of Fruit Salad #489B54

Tints of Fruit Salad #489B54

Color information

#489B54 (or 0x489B54) is unknown color: approx Fruit Salad. HEX triplet: 48, 9B and 54. RGB value is (72,155,84). Sum of RGB (Red+Green+Blue) = 72+155+84=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #489B54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B54 is #B764AB. Grayscale: #7A7A7A. Windows color (decimal): -12018860 or 5544776. OLE color: 5544776.

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

Color convert

RGB7215584-
CMYK0.5400.460.39
HSL128.67º36.56%44.51%-
HSV(B)128.67º53.55%60.78%-
XYZ15.9925.4612.46-
YUV122.09106.592.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 155 (60.94% from 255) = 49.84%
BLUE value IS 84 (33.20% from 255) = 27.01%
R=23.15%
G=49.84%
B=27.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72155840.5400.460.39128.6736.5644.51
Hex489B543602E2781252d
Octal11023312466056472014555
Binary1001000100110111010100110110010111010011110000001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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