#489B51

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

Shades of Fruit Salad #489B51

Tints of Fruit Salad #489B51

Color information

#489B51 (or 0x489B51) is unknown color: approx Fruit Salad. HEX triplet: 48, 9B and 51. RGB value is (72,155,81). Sum of RGB (Red+Green+Blue) = 72+155+81=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #489B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B51 is #B764AE. Grayscale: #797979. Windows color (decimal): -12018863 or 5348168. OLE color: 5348168.

HSL color Cylindrical-coordinate representation of color #489B51: hue angle of 126.51º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B51 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB7215581-
CMYK0.5400.480.39
HSL126.51º36.56%44.51%-
HSV(B)126.51º53.55%60.78%-
XYZ15.8825.4111.85-
YUV121.7510592.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 155 (60.94% from 255) = 50.32%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=23.38%
G=50.32%
B=26.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72155810.5400.480.39126.5136.5644.51
Hex489B5136030277f252d
Octal11023312166060471774555
Binary100100010011011101000111011001100001001111111111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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