#489D49

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

Shades of Fruit Salad #489D49

Tints of Fruit Salad #489D49

Color information

#489D49 (or 0x489D49) is unknown color: approx Fruit Salad. HEX triplet: 48, 9D and 49. RGB value is (72,157,73). Sum of RGB (Red+Green+Blue) = 72+157+73=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #489D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489D49 is #B762B6. Grayscale: #7A7A7A. Windows color (decimal): -12018359 or 4824392. OLE color: 4824392.

HSL color Cylindrical-coordinate representation of color #489D49: hue angle of 120.71º 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 #489D49 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB7215773-
CMYK0.5400.540.38
HSL120.71º37.12%44.9%-
HSV(B)120.71º54.14%61.57%-
XYZ15.9325.9710.48-
YUV122.01100.3492.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 157 (61.72% from 255) = 51.99%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=23.84%
G=51.99%
B=24.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72157730.5400.540.38120.7137.1244.9
Hex489D49360362679252d
Octal11023511166066461714555
Binary100100010011101100100111011001101101001101111001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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