#489849

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

Shades of Fruit Salad #489849

Tints of Fruit Salad #489849

Color information

#489849 (or 0x489849) is unknown color: approx Fruit Salad. HEX triplet: 48, 98 and 49. RGB value is (72,152,73). Sum of RGB (Red+Green+Blue) = 72+152+73=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #489849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489849 is #B767B6. Grayscale: #777777. Windows color (decimal): -12019639 or 4823112. OLE color: 4823112.

HSL color Cylindrical-coordinate representation of color #489849: hue angle of 120.75º 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 #489849 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB7215273-
CMYK0.5300.520.40
HSL120.75º35.71%43.92%-
HSV(B)120.75º52.63%59.61%-
XYZ15.124.3210.2-
YUV119.0710294.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=24.24%
G=51.18%
B=24.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72152730.5300.520.40120.7535.7143.92
Hex489849350342879242c
Octal11023011165064501714454
Binary100100010011000100100111010101101001010001111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489849; }

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

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

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

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

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

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

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

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