#489241

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

Shades of Fruit Salad #489241

Tints of Fruit Salad #489241

Color information

#489241 (or 0x489241) is unknown color: approx Fruit Salad. HEX triplet: 48, 92 and 41. RGB value is (72,146,65). Sum of RGB (Red+Green+Blue) = 72+146+65=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #489241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489241 is #B76DBE. Grayscale: #727272. Windows color (decimal): -12021183 or 4297288. OLE color: 4297288.

HSL color Cylindrical-coordinate representation of color #489241: hue angle of 114.81º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #489241 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB7214665-
CMYK0.5100.550.43
HSL114.81º38.39%41.37%-
HSV(B)114.81º55.48%57.25%-
XYZ13.9122.328.58-
YUV114.6499.9897.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 146 (57.42% from 255) = 51.59%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=25.44%
G=51.59%
B=22.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146650.5100.550.43114.8138.3941.37
Hex489241330372B732629
Octal11022210163067531634651
Binary100100010010010100000111001101101111010111110011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489241; }

 p { color: rgb(72,146,65); }

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

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

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

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

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

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

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