#489544

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

Shades of Fruit Salad #489544

Tints of Fruit Salad #489544

Color information

#489544 (or 0x489544) is unknown color: approx Fruit Salad. HEX triplet: 48, 95 and 44. RGB value is (72,149,68). Sum of RGB (Red+Green+Blue) = 72+149+68=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #489544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489544 is #B76ABB. Grayscale: #747474. Windows color (decimal): -12020412 or 4494664. OLE color: 4494664.

HSL color Cylindrical-coordinate representation of color #489544: hue angle of 117.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489544 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB7214968-
CMYK0.5200.540.42
HSL117.04º37.33%42.55%-
HSV(B)117.04º54.36%58.43%-
XYZ14.4623.299.2-
YUV116.74100.4996.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=24.91%
G=51.56%
B=23.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149680.5200.540.42117.0437.3342.55
Hex489544340362A75252b
Octal11022510464066521654553
Binary100100010010101100010011010001101101010101110101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489544; }

 p { color: rgb(72,149,68); }

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

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

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

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

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

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

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