#489f4d

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

Shades of Fruit Salad #489F4D

Tints of Fruit Salad #489F4D

Color information

#489F4D (or 0x489F4D) is unknown color: approx Fruit Salad. HEX triplet: 48, 9F and 4D. RGB value is (72,159,77). Sum of RGB (Red+Green+Blue) = 72+159+77=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #489F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489F4D is #B760B2. Grayscale: #7B7B7B. Windows color (decimal): -12017843 or 5087048. OLE color: 5087048.

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

Color convert

RGB7215977-
CMYK0.5500.520.38
HSL123.45º37.66%45.29%-
HSV(B)123.45º54.72%62.35%-
XYZ16.4126.7111.31-
YUV123.64101.6891.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 159 (62.5% from 255) = 51.62%
BLUE value IS 77 (30.47% from 255) = 25%
R=23.38%
G=51.62%
B=25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72159770.5500.520.38123.4537.6645.29
Hex489F4D37034267b262d
Octal11023711567064461734655
Binary100100010011111100110111011101101001001101111011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489f4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,159,77); }

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

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

 a { background-color: rgb(72,159,77); }

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

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

 span { border-color: rgb(72,159,77); }

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