#489941

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

Shades of Fruit Salad #489941

Tints of Fruit Salad #489941

Color information

#489941 (or 0x489941) is unknown color: approx Fruit Salad. HEX triplet: 48, 99 and 41. RGB value is (72,153,65). Sum of RGB (Red+Green+Blue) = 72+153+65=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #489941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489941 is #B766BE. Grayscale: #777777. Windows color (decimal): -12019391 or 4299080. OLE color: 4299080.

HSL color Cylindrical-coordinate representation of color #489941: hue angle of 115.23º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #489941 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB7215365-
CMYK0.5300.580.4
HSL115.23º40.37%42.75%-
HSV(B)115.23º57.52%60%-
XYZ15.0224.548.95-
YUV118.7597.6694.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 153 (60.16% from 255) = 52.76%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=24.83%
G=52.76%
B=22.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153650.5300.580.4115.2340.3742.75
Hex4899413503A2873282b
Octal11023110165072501635053
Binary100100010011001100000111010101110101010001110011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489941; }

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

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

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

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

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

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

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

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