#489650

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

Shades of Fruit Salad #489650

Tints of Fruit Salad #489650

Color information

#489650 (or 0x489650) is unknown color: approx Fruit Salad. HEX triplet: 48, 96 and 50. RGB value is (72,150,80). Sum of RGB (Red+Green+Blue) = 72+150+80=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #489650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489650 is #B769AF. Grayscale: #767676. Windows color (decimal): -12020144 or 5281352. OLE color: 5281352.

HSL color Cylindrical-coordinate representation of color #489650: hue angle of 126.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489650 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB7215080-
CMYK0.5200.470.41
HSL126.15º35.14%43.53%-
HSV(B)126.15º52%58.82%-
XYZ15.0323.7711.39-
YUV118.7106.1694.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 150 (58.98% from 255) = 49.67%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=23.84%
G=49.67%
B=26.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72150800.5200.470.41126.1535.1443.53
Hex4896503402F297e232c
Octal11022612064057511764354
Binary100100010010110101000011010001011111010011111110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489650; }

 p { color: rgb(72,150,80); }

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

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

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

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

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

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

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