#489344

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

Shades of Fruit Salad #489344

Tints of Fruit Salad #489344

Color information

#489344 (or 0x489344) is unknown color: approx Fruit Salad. HEX triplet: 48, 93 and 44. RGB value is (72,147,68). Sum of RGB (Red+Green+Blue) = 72+147+68=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #489344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489344 is #B76CBB. Grayscale: #737373. Windows color (decimal): -12020924 or 4494152. OLE color: 4494152.

HSL color Cylindrical-coordinate representation of color #489344: hue angle of 116.96º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489344 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB7214768-
CMYK0.5100.540.42
HSL116.96º36.74%42.16%-
HSV(B)116.96º53.74%57.65%-
XYZ14.1522.669.1-
YUV115.57101.1596.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 147 (57.81% from 255) = 51.22%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=25.09%
G=51.22%
B=23.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72147680.5100.540.42116.9636.7442.16
Hex489344330362A75252a
Octal11022310463066521654552
Binary100100010010011100010011001101101101010101110101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489344; }

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

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

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

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

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

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

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

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