#489145

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

Shades of Fruit Salad #489145

Tints of Fruit Salad #489145

Color information

#489145 (or 0x489145) is unknown color: approx Fruit Salad. HEX triplet: 48, 91 and 45. RGB value is (72,145,69). Sum of RGB (Red+Green+Blue) = 72+145+69=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #489145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489145 is #B76EBA. Grayscale: #727272. Windows color (decimal): -12021435 or 4559176. OLE color: 4559176.

HSL color Cylindrical-coordinate representation of color #489145: hue angle of 117.63º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489145 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB7214569-
CMYK0.5000.520.43
HSL117.63º35.51%41.96%-
HSV(B)117.63º52.41%56.86%-
XYZ13.8722.069.16-
YUV114.51102.3297.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 145 (57.03% from 255) = 50.70%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=25.17%
G=50.70%
B=24.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72145690.5000.520.43117.6335.5141.96
Hex489145320342B76242a
Octal11022110562064531664452
Binary100100010010001100010111001001101001010111110110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489145; }

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

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

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

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

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

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

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

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