#489648

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

Shades of Fruit Salad #489648

Tints of Fruit Salad #489648

Color information

#489648 (or 0x489648) is unknown color: approx Fruit Salad. HEX triplet: 48, 96 and 48. RGB value is (72,150,72). Sum of RGB (Red+Green+Blue) = 72+150+72=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #489648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489648 is #B769B7. Grayscale: #767676. Windows color (decimal): -12020152 or 4757064. OLE color: 4757064.

HSL color Cylindrical-coordinate representation of color #489648: hue angle of 120º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489648 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB7215072-
CMYK0.5200.520.41
HSL120º35.14%43.53%-
HSV(B)120º52%58.82%-
XYZ14.7523.669.92-
YUV117.79102.1695.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=24.49%
G=51.02%
B=24.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72150720.5200.520.4112035.1443.53
Hex489648340342978232c
Octal11022611064064511704354
Binary100100010010110100100011010001101001010011111000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489648; }

 p { color: rgb(72,150,72); }

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

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

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

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

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

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

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