#489540

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

Shades of Fruit Salad #489540

Tints of Fruit Salad #489540

Color information

#489540 (or 0x489540) is unknown color: approx Fruit Salad. HEX triplet: 48, 95 and 40. RGB value is (72,149,64). Sum of RGB (Red+Green+Blue) = 72+149+64=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #489540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489540 is #B76ABF. Grayscale: #747474. Windows color (decimal): -12020416 or 4232520. OLE color: 4232520.

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

Color convert

RGB7214964-
CMYK0.5200.570.42
HSL114.35º39.91%41.76%-
HSV(B)114.35º57.05%58.43%-
XYZ14.3523.248.58-
YUV116.2998.4996.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=25.26%
G=52.28%
B=22.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149640.5200.570.42114.3539.9141.76
Hex489540340392A72282a
Octal11022510064071521625052
Binary100100010010101100000011010001110011010101110010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489540; }

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

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

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

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

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

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

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

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