#489d50

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

Shades of Fruit Salad #489D50

Tints of Fruit Salad #489D50

Color information

#489D50 (or 0x489D50) is unknown color: approx Fruit Salad. HEX triplet: 48, 9D and 50. RGB value is (72,157,80). Sum of RGB (Red+Green+Blue) = 72+157+80=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #489D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D50 is #B762AF. Grayscale: #7B7B7B. Windows color (decimal): -12018352 or 5283144. OLE color: 5283144.

HSL color Cylindrical-coordinate representation of color #489D50: hue angle of 125.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489D50 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB7215780-
CMYK0.5400.490.38
HSL125.65º37.12%44.9%-
HSV(B)125.65º54.14%61.57%-
XYZ16.1826.0711.77-
YUV122.81103.8491.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 157 (61.72% from 255) = 50.81%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=23.30%
G=50.81%
B=25.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72157800.5400.490.38125.6537.1244.9
Hex489D5036031267e252d
Octal11023512066061461764555
Binary100100010011101101000011011001100011001101111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489d50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489d50; }

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

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

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

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

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

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

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

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