#489852

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

Shades of Fruit Salad #489852

Tints of Fruit Salad #489852

Color information

#489852 (or 0x489852) is unknown color: approx Fruit Salad. HEX triplet: 48, 98 and 52. RGB value is (72,152,82). Sum of RGB (Red+Green+Blue) = 72+152+82=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #489852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489852 is #B767AD. Grayscale: #787878. Windows color (decimal): -12019630 or 5412936. OLE color: 5412936.

HSL color Cylindrical-coordinate representation of color #489852: hue angle of 127.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489852 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB7215282-
CMYK0.5300.460.40
HSL127.5º35.71%43.92%-
HSV(B)127.5º52.63%59.61%-
XYZ15.4224.4411.89-
YUV120.1106.593.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=23.53%
G=49.67%
B=26.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72152820.5300.460.40127.535.7143.92
Hex4898523502E2880242c
Octal11023012265056502004454
Binary1001000100110001010010110101010111010100010000000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489852; }

 p { color: rgb(72,152,82); }

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

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

 a { background-color: rgb(72,152,82); }

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

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

 span { border-color: rgb(72,152,82); }

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