#489051

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

Shades of Fruit Salad #489051

Tints of Fruit Salad #489051

Color information

#489051 (or 0x489051) is unknown color: approx Fruit Salad. HEX triplet: 48, 90 and 51. RGB value is (72,144,81). Sum of RGB (Red+Green+Blue) = 72+144+81=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #489051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489051 is #B76FAE. Grayscale: #737373. Windows color (decimal): -12021679 or 5345352. OLE color: 5345352.

HSL color Cylindrical-coordinate representation of color #489051: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489051 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB7214481-
CMYK0.5000.440.44
HSL127.5º33.33%42.35%-
HSV(B)127.5º50%56.47%-
XYZ14.1321.9211.27-
YUV115.29108.6597.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 81 (32.03% from 255) = 27.27%
R=24.24%
G=48.48%
B=27.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72144810.5000.440.44127.533.3342.35
Hex4890513202C2C80212a
Octal11022012162054542004152
Binary1001000100100001010001110010010110010110010000000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489051; }

 p { color: rgb(72,144,81); }

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

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

 a { background-color: rgb(72,144,81); }

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

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

 span { border-color: rgb(72,144,81); }

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