#489a51

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

Shades of Fruit Salad #489A51

Tints of Fruit Salad #489A51

Color information

#489A51 (or 0x489A51) is unknown color: approx Fruit Salad. HEX triplet: 48, 9A and 51. RGB value is (72,154,81). Sum of RGB (Red+Green+Blue) = 72+154+81=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #489A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489A51 is #B765AE. Grayscale: #797979. Windows color (decimal): -12019119 or 5347912. OLE color: 5347912.

HSL color Cylindrical-coordinate representation of color #489A51: hue angle of 126.59º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489A51 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB7215481-
CMYK0.5300.470.40
HSL126.59º36.28%44.31%-
HSV(B)126.59º53.25%60.39%-
XYZ15.7125.0811.8-
YUV121.16105.3392.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 154 (60.55% from 255) = 50.16%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=23.45%
G=50.16%
B=26.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72154810.5300.470.40126.5936.2844.31
Hex489A513502F287f242c
Octal11023212165057501774454
Binary100100010011010101000111010101011111010001111111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489a51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489a51; }

 p { color: rgb(72,154,81); }

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

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

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

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

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

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

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