#489E46

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

Shades of Fruit Salad #489E46

Tints of Fruit Salad #489E46

Color information

#489E46 (or 0x489E46) is unknown color: approx Fruit Salad. HEX triplet: 48, 9E and 46. RGB value is (72,158,70). Sum of RGB (Red+Green+Blue) = 72+158+70=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 158 (62.11% from 255 or 52.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 158 - color contains mainly: green. Hex color #489E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489E46 is #B761B9. Grayscale: #7A7A7A. Windows color (decimal): -12018106 or 4628040. OLE color: 4628040.

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

Color convert

RGB7215870-
CMYK0.5400.560.38
HSL118.64º38.6%44.71%-
HSV(B)118.64º55.7%61.96%-
XYZ1626.2710.02-
YUV122.2598.5192.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 158 (62.11% from 255) = 52.67%
BLUE value IS 70 (27.73% from 255) = 23.33%
R=24%
G=52.67%
B=23.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72158700.5400.560.38118.6438.644.71
Hex489E46360382677272d
Octal11023610666070461674755
Binary100100010011110100011011011001110001001101110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,158,70); }

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

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

 a { background-color: rgb(72,158,70); }

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

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

 span { border-color: rgb(72,158,70); }

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