#489B44

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

Shades of Fruit Salad #489B44

Tints of Fruit Salad #489B44

Color information

#489B44 (or 0x489B44) is unknown color: approx Fruit Salad. HEX triplet: 48, 9B and 44. RGB value is (72,155,68). Sum of RGB (Red+Green+Blue) = 72+155+68=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #489B44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489B44 is #B764BB. Grayscale: #787878. Windows color (decimal): -12018876 or 4496200. OLE color: 4496200.

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

Color convert

RGB7215568-
CMYK0.5400.560.39
HSL117.24º39.01%43.73%-
HSV(B)117.24º56.13%60.78%-
XYZ15.4425.249.53-
YUV120.2698.593.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 155 (60.94% from 255) = 52.54%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=24.41%
G=52.54%
B=23.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72155680.5400.560.39117.2439.0143.73
Hex489B44360382775272c
Octal11023310466070471654754
Binary100100010011011100010011011001110001001111110101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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