#489345

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

Shades of Fruit Salad #489345

Tints of Fruit Salad #489345

Color information

#489345 (or 0x489345) is unknown color: approx Fruit Salad. HEX triplet: 48, 93 and 45. RGB value is (72,147,69). Sum of RGB (Red+Green+Blue) = 72+147+69=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #489345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489345 is #B76CBA. Grayscale: #737373. Windows color (decimal): -12020923 or 4559688. OLE color: 4559688.

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

Color convert

RGB7214769-
CMYK0.5100.530.42
HSL117.69º36.11%42.35%-
HSV(B)117.69º53.06%57.65%-
XYZ14.1822.679.26-
YUV115.68101.6596.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 147 (57.81% from 255) = 51.04%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=25%
G=51.04%
B=23.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72147690.5100.530.42117.6936.1142.35
Hex489345330352A76242a
Octal11022310563065521664452
Binary100100010010011100010111001101101011010101110110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489345; }

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

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

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

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

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

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

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

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