#489C51

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

Shades of Fruit Salad #489C51

Tints of Fruit Salad #489C51

Color information

#489C51 (or 0x489C51) is unknown color: approx Fruit Salad. HEX triplet: 48, 9C and 51. RGB value is (72,156,81). Sum of RGB (Red+Green+Blue) = 72+156+81=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #489C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489C51 is #B763AE. Grayscale: #7A7A7A. Windows color (decimal): -12018607 or 5348424. OLE color: 5348424.

HSL color Cylindrical-coordinate representation of color #489C51: hue angle of 126.43º 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 #489C51 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB7215681-
CMYK0.5400.480.39
HSL126.43º36.84%44.71%-
HSV(B)126.43º53.85%61.18%-
XYZ16.0525.7511.91-
YUV122.33104.6792.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 156 (61.33% from 255) = 50.49%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=23.30%
G=50.49%
B=26.21%

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
Decimal72156810.5400.480.39126.4336.8444.71
Hex489C5136030277e252d
Octal11023412166060471764555
Binary100100010011100101000111011001100001001111111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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