#489048

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

Shades of Fruit Salad #489048

Tints of Fruit Salad #489048

Color information

#489048 (or 0x489048) is unknown color: approx Fruit Salad. HEX triplet: 48, 90 and 48. RGB value is (72,144,72). Sum of RGB (Red+Green+Blue) = 72+144+72=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #489048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489048 is #B76FB7. Grayscale: #727272. Windows color (decimal): -12021688 or 4755528. OLE color: 4755528.

HSL color Cylindrical-coordinate representation of color #489048: hue angle of 120º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489048 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB7214472-
CMYK0.5000.500.44
HSL120º33.33%42.35%-
HSV(B)120º50%56.47%-
XYZ13.8221.799.61-
YUV114.26104.1597.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 144 (56.64% from 255) = 50%
BLUE value IS 72 (28.52% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72144720.5000.500.4412033.3342.35
Hex489048320322C78212a
Octal11022011062062541704152
Binary100100010010000100100011001001100101011001111000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489048; }

 p { color: rgb(72,144,72); }

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

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

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

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

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

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

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