#489143

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

Shades of Fruit Salad #489143

Tints of Fruit Salad #489143

Color information

#489143 (or 0x489143) is unknown color: approx Fruit Salad. HEX triplet: 48, 91 and 43. RGB value is (72,145,67). Sum of RGB (Red+Green+Blue) = 72+145+67=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #489143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489143 is #B76EBC. Grayscale: #727272. Windows color (decimal): -12021437 or 4428104. OLE color: 4428104.

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

Color convert

RGB7214567-
CMYK0.5000.540.43
HSL116.15º36.79%41.57%-
HSV(B)116.15º53.79%56.86%-
XYZ13.8122.038.84-
YUV114.28101.3297.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 145 (57.03% from 255) = 51.06%
BLUE value IS 67 (26.56% from 255) = 23.59%
R=25.35%
G=51.06%
B=23.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72145670.5000.540.43116.1536.7941.57
Hex489143320362B74252a
Octal11022110362066531644552
Binary100100010010001100001111001001101101010111110100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489143; }

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

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

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

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

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

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

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

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