#489750

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

Shades of Fruit Salad #489750

Tints of Fruit Salad #489750

Color information

#489750 (or 0x489750) is unknown color: approx Fruit Salad. HEX triplet: 48, 97 and 50. RGB value is (72,151,80). Sum of RGB (Red+Green+Blue) = 72+151+80=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #489750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489750 is #B768AF. Grayscale: #777777. Windows color (decimal): -12019888 or 5281608. OLE color: 5281608.

HSL color Cylindrical-coordinate representation of color #489750: hue angle of 126.08º 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 #489750 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB7215180-
CMYK0.5200.470.41
HSL126.08º35.43%43.73%-
HSV(B)126.08º52.32%59.22%-
XYZ15.1924.0911.44-
YUV119.28105.8394.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 151 (59.38% from 255) = 49.83%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=23.76%
G=49.83%
B=26.40%

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
Decimal72151800.5200.470.41126.0835.4343.73
Hex4897503402F297e232c
Octal11022712064057511764354
Binary100100010010111101000011010001011111010011111110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489750; }

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

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

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

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

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

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

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

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